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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to