Re: Moving file on remote server: How?

2008-11-19 Thread MarkusJ_NZ
On Nov 20, 3:54 pm, alex23 <[EMAIL PROTECTED]> wrote: > 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 assumin

Moving file on remote server: How?

2008-11-19 Thread MarkusJ_NZ
Hi, I am using python to FTP into a remote server and copy a file to a local machine. After I have downloaded the file I would like to move the file on the remote server to an archive directory. Can someone please tell me if / how I can move a file between folders on a remote server via FTP using