私は Windows 用の wget を使用しており、--post-data
フィルターを指定したい (そしてフィルターの使用を避けたい--post-file
) のですが、それを機能させるのに苦労しています。次のように、二重引用符内に文字列が含まれている可能性があります。
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
--post-data
wget for Windows で成功した人はいますか? 何か不足していますか?
乾杯
アンディ