Renaming files in ftplib

wittempj@hotmail.com martin.witte at gmail.com
Sun Jan 8 04:44:34 EST 2006


Do for instance:
Step 1. Move the file to another directory from the remote computer -
see http://docs.python.org/lib/ftp-objects.html
Step 2. Rename the file here. See
http://docs.python.org/lib/os-file-dir.html, function rename
Step 3. Move  the file to the desired directory, use the same function




More information about the Python-list mailing list