urllib2 ftp mirror

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tonino

    #1

    urllib2 ftp mirror

    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

Working...