Moving file on remote server: How?

alex23 wuwei23 at gmail.com
Thu Nov 20 00:54:32 EST 2008


On Nov 20, 3:40 pm, MarkusJ_NZ <Markus... at gmail.com> wrote:
> Can someone please tell me if / how I can move a file between folders
> on a remote server via FTP using Python.

I'm assuming you're using ftplib?

Try ftp.rename() (although I'm not in a position to test this...)



More information about the Python-list mailing list