Multi-threaded FTP Question

Jeremy Jones jemejones at gmail.com
Wed Jul 12 08:57:55 EDT 2006


Dennis Lee Bieber wrote:
> On 11 Jul 2006 06:45:42 -0700, dbandler at gmail.com declaimed the
> following in comp.lang.python:
>
> 	Could it be that the SERVER is limiting things to 5
> concurrent/parallel connections from any single IP?
>
> 	I know I've encountered sites that only allowed two FTP downloads at
> a time...

This is what I was starting to think as well.  The only thing that
looked funky with the OP's code was that it looked like he was writing
everything to a filename of "" (unless he's intentionally modified his
code to not show where he's setting that).

- Jeremy M. Jones




More information about the Python-list mailing list