cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: result site

From: Doug McNutt <douglist_at_macnauchtan.com>
Date: Wed, 30 Jun 2010 11:32:44 -0600

At 09:20 +0200 6/30/10, gerd wrote:
i tried the following script, but i always receive only the original site but not the result site.

curl -v --cookie-jar cjar <http://jobboerse.arbeitsagentur.de/>http://jobboerse.arbeitsagentur.de/; curl -v --cookie-jar cjar -b cjar -d sieSuchen.wert.wert=1 -d suchbegriff.wert=ingenieur -d arbeitsort.lokation=10* -d _eventId_suchen=submit -L <http://jobboerse.arbeitsagentur.de/>http://jobboerse.arbeitsagentur.de/

That asterisk in the 'arbeitsort.lokation=10*' option:

It might need to be quoted or escaped to keep your shell from trying to expand it into filenames in the current working directory.

-- 
--> A fair tax is one that you pay but I don't <--
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-06-30