curl-users
Re: lists of files to fetch
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 28 Feb 2007 11:08:59 +0100 (CET)
Date: Wed, 28 Feb 2007 11:08:59 +0100 (CET)
On Wed, 28 Feb 2007, BuraphaLinux Server wrote:
> I have tried using -K and a file badboy with lines like this
> -O --url http://......./file.tar.bz2
> -O --url http://......./file2.tar.bz2
Hm, it isn't mention in the docs but you should actually only use one argument
per line in a -K file, so the above would work if done like this:
-O
--url http://......./file.tar.bz2
-O
--url http://......./file2.tar.bz2
... I'll try to add something to the man page about this to aid future users.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-02-28