Friday, January 11, 2008

How to use wget.exe

You can download the installer of the wget.exe in the internet.

What's the use of wget.exe?

Once you've got the exe file for this tool.
You can go to "start -> run -> type "cmd" and then enter"

Example: the exe file is located at c:

Go to c: folder by typing "c:" then enter
type "wget

Example result:

F:\CLI>wget
http://sassyandstyle.blogspot.com -S
--03:54:36--
http://sassyandstyle.blogspot.com/ => `index.html.1'
Resolving sassyandstyle.blogspot.com... done.Connecting to sassyandstyle.blogspot.com[72.14.207.191]:80... connected.
HTTP request sent, awaiting response...
1 HTTP/1.0 200 OK
2 Content-Type: text/html; charset=UTF-8
3 Last-Modified: Sat, 05 Jan 2008 19:52:22 GMT
4 Cache-Control: max-age=0 private
5 ETag: "dcf2d6f9-144e-48ce-9390-f6fc4f73d71f"
6 Date: Thu, 10 Jan 2008 19:54:37 GMT
7 Server: GFE/1.3
8 Connection: Close
[ <=> ] 65,595 9.69K/s
03:54:44 (9.69 KB/s) - `index.html.1' saved [65595]

The -s at the end of the URL is a command that aligned the output.
You can also type "wget --help" if you need assistance.

No comments: