Simple ftp-mirroring code

Skip Montanaro skip at pobox.com
Sat Mar 29 22:34:12 EST 2003


    Thomas> I need a simple way of copying a folder with subfolders and content to a
    Thomas> ftp-server. Any hints?

You might want to start with the ftpmirror script in the Python distribution
(Tools/scripts/ftpmirror.py).  Shouldn't be terribly difficult to get it to
push local files to a remote server instead of pulling remote files to your
local machine.

Skip






More information about the Python-list mailing list