cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Issue with multiple URLs in config file

From: Yoktan <curl_at_yoktan.com>
Date: Thu, 30 Mar 2006 13:23:18 -0500

> curl -K config -o out1 -o out2

Indeed; do you think the problem is with my version 7.13? Because it fails
when I try to use the range naming process so that I don't have to name each
file individually, i.e.

curl -K config -o #1.jpg

On 3/30/06 3:01 AM, "Daniel Stenberg" <daniel_at_haxx.se> wrote:

> On Thu, 30 Mar 2006, Yoktan wrote:
>
>> But ultimately I wish I also knew why my solely curl-based approach didn't
>> work.
>
> It works for me - using a more recent version.
>
> Do pay attention on the fact that you need one output option for every given
> URL, so your single --remote-name only affects the first given URL. The other
> URLs will be written to stdout.
>
> I added two URLs in a config file and ran this command line just fine:
>
Received on 2006-03-30