|
||||||||
monideth dot pen at unitednetworks dot co dot uk wrote:
> wget --post-data 'Submit=Download'
On a GNU Wget 1.9 windows compile the Syntax is:
| wget --post-data=Submit=Download ...
[wget --help]
| --post-data=STRING use the POST method; send STRING as the data. |