cURL / Mailing Lists / curl-users / Single Mail

curl-users

Config File..??

From: Wayne Haigh <w_haigh_at_yahoo.com>
Date: Tue, 12 Mar 2002 02:47:48 -0800 (PST)

I have a question regarding the use of the config
file. I'm using version 7.9.5 (windows version). It
seems I can only get the config file to work if each
command is on a separate line. i.e :

-O
url = "http://www.sitea.com/index.htm"
-O
url = "http://www.siteb.com/index.htm"
-O
url = "http://www.sitec.com/index.htm"
-O
url = "http://www.sited.com/index.htm"

Is it possible to have a config file with both
parameters on a single line i.e :

-O http://www.sitea.com/index.htm
-O http://www.siteb.com/index.htm
-O http://www.sitec.com/index.htm
-O http://www.sited.com/index.htm

I know this is only cosmetic but it would make things
easier to read when debugging.

WH

__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
Received on 2002-03-12