cURL / Mailing Lists / curl-users / Single Mail

curl-users

Saving a page returned from a cURL 'post'........

From: Dutcher, John <John_Dutcher_at_URMC.Rochester.edu>
Date: Wed, 27 Oct 2004 19:49:56 -0400

This 'post command works very well whether at the shell prompt or
inside my script--->
 
curl -d "userid=johnfdutch&pswd=xxxxxxxx&status=R&submit=submit"
                    http://www.euromillions.us/scgi-bin/euro1.py
<http://www.euromillions.us/scgi-bin/euro1.py>
 
It also results in the return of the next html page a user would expect....
 
I assume I need to add an '-o' in the command, where does the file name
for the returning html page go ???
Received on 2004-10-28