cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

-O option

From: Jason Mancini <jmancini_at_pa.dec.com>
Date: 04 Dec 2001 15:15:02 -0800

Some feedback:

Say you have a list of FTP addresses to download in a file
named "ftp-list.txt".

$ cat ftp-list.txt | xargs curl -O -O -O [...]

Curl _needs_ an "-Oalways" flag -- all addresses
on the command line use the base filename to store
locally. Else a script must precount the # of URLs,
construct the proper number of "-O"s...

The re-use connection feature is very cool!

/Jason
Received on 2001-12-05

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET