Python's FTPLib too slow ?

Posted by PyNEwbie on Stack Overflow See other posts from Stack Overflow or by PyNEwbie
Published on 2009-05-07T14:05:11Z Indexed on 2010/05/09 4:38 UTC
Read the original article Hit count: 508

Filed under:
|
|
|

I have been playing around with Python's FTP library and am starting to think that it is too slow as compared to using a script file in DOS? I run sessions where I download thousands of data files (I think I have over 8 million right now). My observation is that the download process seems to take five to ten times as long in Python than it does as compared to using the ftp commands in the DOS shell.

Since I don't want anyone to fix my code I have not included any. I am more interested in understanding if my observation is valid or if I need to tinker more with the arguments.

© Stack Overflow or respective owner

Related posts about python

Related posts about ftp