T
Tonino
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.
Does anyone know of a simple way to get this done? recursive ft mirror
using urllib?
Thanks
Tonino
I need to be able to mirror a remote ftp site recursivly, but my access
to the internet is through a http proxy server.
not support proxy servers, you need to use urllib2.From my search I can see that ftpmirror.py uses ftplib and ftplib does
Does anyone know of a simple way to get this done? recursive ft mirror
using urllib?
Thanks
Tonino