Multiple FTP download using Muliti thread

Fredrik Lundh fredrik at pythonware.com
Tue Dec 5 10:53:40 EST 2006


johnny wrote:

> It places the ftp downloaded contents on the same folder as the this
> ftp python script.  How do I set a diffrent download folder location?

by prepending a directory name to the filename in the open(p, 'wb') call.

</F>




More information about the Python-list mailing list