Hello,
I am having the following problem: I am downloading data from a web-server that is calculated with parameters supplied by a http post request.
When I use firefox, after submitting the data a window asks: "Save data as.....", is there an option with curl to automate this step and save the file into a directory.
So fare I use:
Code:
curl -d "y=1&x=3" http://www.xyz.com -o file1.txt