datbenik schrieb:
> How can i write a program that supports simultaneous multipart
> download. So i want to open multiple connections to download one file.
> Is this possible. If so, how?
In case of HTTP, the needed header is "Range". So I guess its all a
matter of making n connections, and speci
So this isn't possible with the urllib or with the urllib2?
--
http://mail.python.org/mailman/listinfo/python-list
On 20 Jan 2006 06:01:15 -0800, datbenik <[EMAIL PROTECTED]> wrote:
>How can i write a program that supports simultaneous multipart
>download. So i want to open multiple connections to download one file.
>Is this possible. If so, how?
http://twistedmatrix.com/
>
>--
>http://mail.python.org/mailman