[Twisted-Python] Ftp client

Michele Petrazzo michele.petrazzo at unipex.it
Wed Aug 3 06:22:59 EDT 2005


I want to port my ftp client class from standard library (ftplib) to 
twisted ftpclient. I start to work with ftpclient example and with a 
"standard" ftp server, it work well, of course :), but I'm working on a 
not standard server (hylafax), that not accept the standard commands, so 
now with the standard library, every time that I want to communicate 
with it, I send its internal commands.

Is it possible to "translate" my very short and simple code to twisted 
ftpclint?

However, I have already tried to modify the simple generic client 
example "EchoClient", and it work until I make a "LIST status" request, 
that it would have to return a short string (100-150 characters),
because if I use passive mode (command 'PASV') I receive a 425 error, 
and if I don't use it, I don't receive anything (I wait...).

Can someone point me to the right direction ?

Thanks,
Michele




More information about the Twisted-Python mailing list