Tuesday, October 25, 2011

wget simulate HTTP POST

wget --http-user=guest --http-passwd=I$%##$@%H http://172.19.208.6/XMlConfig -d -S --post-file cmd.txt

-d: debug
-S:print server response
cmd.txt : HTTP message body send to server

No comments:

Post a Comment