cURL / Mailing Lists / curl-users / Single Mail

curl-users

Your opinion on ome automation

From: <martin.boulte_at_free.fr>
Date: Wed, 20 Sep 2006 21:53:25 +0200

HI anybody.
I am a new cUrl user and I do not succeed in using it.
I want make an automatic request to a web site and when I do it with my usual
browser I apparently send :

http://www.seloger.com/recherche.htm?av=0&cp=33,71&euro=1&idpays=250&idtt=2&idtypebien=2&mm=on&pxmax=50000&immobw_ann_qrypg=2

This request send some answer to forms and must upload houses advertiing.
I have tried some CURL syntaxis but It does not upload the correct thing.

curl -o seLoger060910.txt -d
"recherche.htm?av=0&cp=33,71&euro=1&idpays=250&idtt=2&idtypebien=2&mm=on&pxmax=50000&immobw_ann_qrypg=2"
http://www.seloger.com
curl -o seLoger060910.txt -d
"?av=0&cp=33,71&euro=1&idpays=250&idtt=2&idtypebien=2&mm=on&pxmax=50000&immobw_ann_qrypg=2"
http://www.seloger.com/recherche.htm
curl -o seLoger060912.txt -d
"av=0&cp=71&euro=1&idpays=250&idtt=2&idtypebien=2&mm=on&pxmax=50000&immobw_ann_qrypg=2"
http://www.seloger.com/recherche.htm?

Is there something I have to check in the html source page ?

Could you give me good advie

Thanks

Martin
Received on 2006-09-20