tashi@ubuntu:resultb$ ls -l .. total 1385 -rw-r--r-- 1 2485 dialout 2174557 2013-01-13 11:34 doc.pdf -rw-rw-rw- 1 2485 dialout 126 2013-01-20 10:04 hello.html drwxrwxr-x 1 2485 dialout 102 2013-02-06 08:48 images -rw-rw-r-- 1 2485 dialout 175119 2013-02-06 10:44 index.html -rwxr-xr-x 1 2485 dialout 205 2013-01-30 16:07 Makefile -rw-rw-r-- 1 2485 dialout 4426 2013-02-06 10:17 mathcs.css drwxr-xr-x 1 2485 dialout 68 2013-02-06 12:51 resultb -rw-r--r-- 1 2485 dialout 126 2013-02-06 10:31 robots.txt -rwxr-xr-x 1 2485 dialout 17013 2013-02-01 11:23 server -rwxr-xr-x 1 2485 dialout 11394 2013-01-30 16:07 server.c -rw-r--r-- 1 2485 dialout 8472 2013-02-01 11:23 server.o -rw-r--r-- 1 2485 dialout 3801 2013-02-01 11:18 server.py -rw-rw-r-- 1 2485 dialout 175133 2013-02-06 10:52 space2.jpg -rw-r--r-- 1 2485 dialout 252047 2013-02-06 10:51 space.jpg drwxr-xr-x 1 2485 dialout 102 2013-02-06 09:52 sub -rw-r--r-- 1 2485 dialout 984 2013-02-06 10:23 tinydencaml.gif -rw-rw-r-- 1 2485 dialout 984 2011-01-09 13:23 tiny.gif tashi@ubuntu:resultb$ wget -S http://localhost:8000/hello.html --2013-02-06 12:53:09-- http://localhost:8000/hello.html Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 126 Length: 126 Saving to: `hello.html' 100%[======================================================>] 126 --.-K/s in 0s 2013-02-06 12:53:09 (4.98 MB/s) - `hello.html' saved [126/126] tashi@ubuntu:resultb$ wget -S http://localhost:8000/sub/hello.html --2013-02-06 12:53:24-- http://localhost:8000/sub/hello.html Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 126 Length: 126 Saving to: `hello.html.1' 100%[======================================================>] 126 --.-K/s in 0s 2013-02-06 12:53:24 (17.7 MB/s) - `hello.html.1' saved [126/126] tashi@ubuntu:resultb$ wget -S http://localhost:8000/sub/index.html --2013-02-06 12:53:34-- http://localhost:8000/sub/index.html Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 404 File Not Found Connection: close 2013-02-06 12:53:34 ERROR 404: File Not Found. tashi@ubuntu:resultb$ wget -S http://localhost:8000/index.html --2013-02-06 12:53:57-- http://localhost:8000/index.html Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 175119 Length: 175119 (171K) Saving to: `index.html' 100%[======================================================>] 175,119 --.-K/s in 0.008s 2013-02-06 12:53:57 (20.6 MB/s) - `index.html' saved [175119/175119] tashi@ubuntu:resultb$ wget -S http://localhost:8000/tiny.gif --2013-02-06 12:54:20-- http://localhost:8000/tiny.gif Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 984 Length: 984 Saving to: `tiny.gif' 100%[======================================================>] 984 --.-K/s in 0s 2013-02-06 12:54:20 (119 MB/s) - `tiny.gif' saved [984/984] tashi@ubuntu:resultb$ wget -S http://localhost:8000/space.jpg --2013-02-06 12:54:32-- http://localhost:8000/space.jpg Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 252047 Length: 252047 (246K) Saving to: `space.jpg' 100%[======================================================>] 252,047 --.-K/s in 0.001s 2013-02-06 12:54:32 (223 MB/s) - `space.jpg' saved [252047/252047] tashi@ubuntu:resultb$ wget -S http://localhost:8000/doc.pdf --2013-02-06 12:55:02-- http://localhost:8000/doc.pdf Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 2174557 Length: 2174557 (2.1M) Saving to: `doc.pdf' 100%[======================================================>] 2,174,557 --.-K/s in 0.02s 2013-02-06 12:55:02 (99.0 MB/s) - `doc.pdf' saved [2174557/2174557] tashi@ubuntu:resultb$ wget -S http://localhost:8000/foo.html --2013-02-06 12:55:19-- http://localhost:8000/foo.html Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 404 File Not Found Connection: close 2013-02-06 12:55:19 ERROR 404: File Not Found. tashi@ubuntu:resultb$ ls -l total 1273 -rw-r--r-- 1 2485 dialout 2174557 2013-02-06 12:55 doc.pdf -rw-r--r-- 1 2485 dialout 126 2013-02-06 12:53 hello.html -rw-r--r-- 1 2485 dialout 126 2013-02-06 12:53 hello.html.1 -rw-r--r-- 1 2485 dialout 175119 2013-02-06 12:53 index.html -rw-r--r-- 1 2485 dialout 252047 2013-02-06 12:54 space.jpg -rw-r--r-- 1 2485 dialout 984 2013-02-06 12:54 tiny.gif tashi@ubuntu:resultb$ diff hello.html ../hello.html tashi@ubuntu:resultb$ diff hello.html.1 ../hello.html tashi@ubuntu:resultb$ diff index.html ./index.html tashi@ubuntu:resultb$ diff doc.pdf ../doc.pdf tashi@ubuntu:resultb$ diff space.jpg ../space.jpg tashi@ubuntu:resultb$ diff tiny.gif ../tiny.gif tashi@ubuntu:resultb$ wget -S -p http://localhost:8000/index.html --2013-02-06 12:58:03-- http://localhost:8000/index.html Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 175119 Length: 175119 (171K) Saving to: `localhost:8000/index.html' 100%[======================================================>] 175,119 --.-K/s in 0s 2013-02-06 12:58:03 (687 MB/s) - `localhost:8000/index.html' saved [175119/175119] Loading robots.txt; please ignore errors. --2013-02-06 12:58:03-- http://localhost:8000/robots.txt Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 126 Length: 126 Saving to: `localhost:8000/robots.txt' 100%[======================================================>] 126 --.-K/s in 0s 2013-02-06 12:58:03 (5.29 MB/s) - `localhost:8000/robots.txt' saved [126/126] --2013-02-06 12:58:03-- http://localhost:8000/mathcs.css Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 4426 Length: 4426 (4.3K) Saving to: `localhost:8000/mathcs.css' 100%[======================================================>] 4,426 --.-K/s in 0s 2013-02-06 12:58:03 (360 MB/s) - `localhost:8000/mathcs.css' saved [4426/4426] --2013-02-06 12:58:03-- http://localhost:8000/tinydencaml.gif Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 984 Length: 984 Saving to: `localhost:8000/tinydencaml.gif' 100%[======================================================>] 984 --.-K/s in 0s 2013-02-06 12:58:03 (123 MB/s) - `localhost:8000/tinydencaml.gif' saved [984/984] --2013-02-06 12:58:03-- http://localhost:8000/images/bressoud2.jpg Connecting to localhost|127.0.0.1|:8000... connected. HTTP request sent, awaiting response... HTTP/1.0 200 OK Connection: close Content-Length: 49616 Length: 49616 (48K) Saving to: `localhost:8000/images/bressoud2.jpg' 100%[======================================================>] 49,616 --.-K/s in 0.004s 2013-02-06 12:58:03 (10.5 MB/s) - `localhost:8000/images/bressoud2.jpg' saved [49616/49616] FINISHED --2013-02-06 12:58:03-- Downloaded: 5 files, 225K in 0.005s (45.9 MB/s)