this is related to
http://www.linuxquestions.org/questi...hreadid=254317
I am now trying to learn wget by testing on my own site.
index.html is my home page
it is hosted at yahoo
I used wget as below;
wget -o /home/teabear/Documents/test/testfile --http-user=deleted by me --http-passwd=deleted by me
http://www.pmcomputing.org/index.html
and got the following output in /home/teabear/Documents/test/testfile ;
--09:03:09--
http://www.pmcomputing.org/index.html
=> `index.html'
Resolving
www.pmcomputing.org... 66.218.79.155, 66.218.79.147, 66.218.79.148, ...
Connecting to
www.pmcomputing.org[66.218.79.155]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11,069 [text/html]
0K .......... 100% 107K
09:03:09 (106.90 KB/s) - `index.html' saved [11069/11069]
What might this mean. It would seem I am heading in the right direction but I haven't been able to find "index.html" (the home page of my site) saved anywhere yet locally and am starting to get lost in the man pages
Thanks for any replies,