Friday, 15 January 2010

How to retrieve webpage using Windows command line? -



How to retrieve webpage using Windows command line? -

i trying retrieve webpage e.g. http://google.com/ using command line , save file locally e.g. google.com_20-06-2014.txt need to:

(1) give custom headers (2) able utilize http proxy (3) able utilize both get/post

i have tried using windows-version of wget had problem setting , doesn't seem way.

example:

wget --user-agent="mozilla/5.0 (windows nt 6.1; wow64)" --header="accept-encoding: gzip" -d http://www.google.com/

is there improve way can 1,2,3 on windows?

windows command-line download command-prompt

No comments:

Post a Comment