On Nov 20, 3:40 pm, MarkusJ_NZ <[EMAIL PROTECTED]> 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...)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to