urllib2 ftp mirror

Tonino tonino.greco at gmail.com
Thu Aug 31 04:03:07 EDT 2006


Hi,

I need to be able to mirror a remote ftp site recursivly, but my access
to the internet is through a http proxy server.

>From my search I can see that ftpmirror.py uses ftplib and ftplib does
not support proxy servers, you need to use urllib2.

Does anyone know of a simple way to get this done?  recursive ft mirror
using urllib?

Thanks
Tonino




More information about the Python-list mailing list