FTP, Proxy and urllib2

Martin Brodbeck dg2smb at gmx.de
Tue Jun 8 03:05:38 EDT 2004


John J. Lee wrote:

Hi John,

> I think you need to use ftplib.  urllib2 is for fetching files, not
> uploading them (unless there's some obscure feature of ftp URLs that
> allows it).
> 
> Use ftplib.

Ok, but what if there is a proxy between the client and the ftp server? 
Can ftplib handle this? How?

Thanks
Martin



More information about the Python-list mailing list