FTP example going through a FTP Proxy

jakecjacobson jakecjacobson at gmail.com
Wed Jan 7 12:32:23 EST 2009


Hi,

I need to write a simple Python script that I can connect to a FTP
server and download files from the server to my local box.  I am
required to go through a FTP Proxy and I don't see any examples on how
to do this.  The FTP proxy doesn't require username or password to
connect but the FTP server that I am connecting to does.

Any examples on how to do this would be greatly appreciated.  I am
limited to using Python version 2.4.3 on a Linux box.



More information about the Python-list mailing list