cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Multiple file uploading, delay problems

From: Stuart Halliday <stuart_at_stuarthalliday.com>
Date: Tue, 18 Nov 2003 17:39:01 GMT

In message <58691.203.129.228.195.1069080278.squirrel_at_localhost>
          "Mayuresh Kadu" <mskadu_at_smjet.com> wrote:

> Hi,
>
> I just joined the list. I have been actively using curl on Win2K for
> sometime now (a few weeks). I was wondering if curl had support for
> parallel downloading ?

This is pretty trivial stuff to write in a Windows batch file.

Batch file contains

-----------------------------------------------------------------------
start "CURL download #1" /Dc:\extras /LOW curl.exe http://grin.hq.nasa.
gov/IMAGES/MEDIUM/GPN-2000-000058.jpg -o space.jpg

start "CURL download #2" /Dc:\extras /LOW curl.exe http://www.drewlarson.
com/cars/Ferrari_F50.jpg -o car.jpg

PAUSE
-----------------------------------------------------------------------

there, parallel downloading. ;-)

-- 
Stuart Halliday
Webmaster of the Acorn Cybervillage
http://acorn.cybervillage.co.uk/
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
Received on 2003-11-18