Maximilian Rausch wrote: > curl -d 'qry=1&frmEffectiveDt=06%2F29%2F2009&FRMENDDT=07%2F30%2F2009&B1=Download ' https://www.gasnom.com/ip/southernpines/transposting.cfm?id=3
You missed the form URL change: curl -d 'qry=1' -d 'frmEffectiveDt=06/29/2009' -d 'FRMENDDT=07/30/2009' -d 'B1=Download' 'https://www.gasnom.com/ip/southernpines/TRFT.cfm' does it. By the way, this is not the best list for the command line tool questions. You better try on http://cool.haxx.se/mailman/listinfo/curl-users Patrick
