Re: [Tutor] ftp and python

2010-04-07 Thread Emile van Sebille
On 4/7/2010 6:51 AM Matjaz Pfefferer said... I'm Py newbie and I have some beginners problems with ftp handling. What would be the easiest way to copy files from one ftp folder to another without downloading them to local system? The easiest is of course command line access on the hosting syste

[Tutor] ftp and python

2010-04-07 Thread Matjaz Pfefferer
Hi, I'm Py newbie and I have some beginners problems with ftp handling. What would be the easiest way to copy files from one ftp folder to another without downloading them to local system? Are there any snippets for this task (I couldnt find example like this) Thx