> is there a way to use HTTP POST with wget ??

Unfortunately, no. Wget doesn't support POSTs yet (only GETs). It will
someday, I hope. If you search the wget mailing list archive, you'll find a
couple source code patches which have implemented the POST capability in
wget, but they have not been accepted for whatever reason by Hrovje, the wget
source maintainer and lead developer. If you absolutely need POST
functionality in wget right away, I could forward some of these source code
patches to you. I have no idea if they work or not, and I cannot assist you
with them. You're welcome to try, however. Please e-mail me directly (not the
mailing list) and I will forward them to you.

Your other option would be to find another program which has this capability.
I believe "curl" does. Check out <http://curl.haxx.se/> for more information.

Hope this helps,
Ed

Reply via email to