I use wget for Windows and I want to specify a filter --post-data(and not use a filter --post-file), but I'm struggling to get it working. Perhaps this is because there are lines in double quotes:
wget "http://www.somesite.com/wfs" --header="Content-Type: text/xml; charset=UTF-8"
--user=username --password=password --no-check-certificate
--post-data="big long string with "quotes" in it" --output-document=C:\Test.xml
Has anyone else gotten --post-datato work on wget for windows? Did I miss something?
Greetings
Andy
Andy
source
share