Re: need help on a link

2003-11-23 Thread Peter Kohts

QC> wget -r --convert-links http://netcity4.web.hinet.net/UserData/tsd04/1122-2.htm -o 
test.log
QC> worked. It downloaded the html and files accoicated with it.
QC> But
QC> wget -r --convert-links http://netcity4.web.hinet.net/UserData/tsd04/1122-3.htm -o 
test.log
QC> only downloaded the html file and nothing else.
QC> Can someone tell me how to make wget work with the second link?
QC> Thank you very much.

QC> Qian


Try wget -H -p -k http://netcity4.web.hinet.net/UserData/tsd04/1122-3.htm -o test.log


Peter.



need help on a link

2003-11-22 Thread Qian Chen
hi

wget -r --convert-links http://netcity4.web.hinet.net/UserData/tsd04/1122-2.htm -o 
test.log
worked. It downloaded the html and files accoicated with it.
But
wget -r --convert-links http://netcity4.web.hinet.net/UserData/tsd04/1122-3.htm -o 
test.log
only downloaded the html file and nothing else.
Can someone tell me how to make wget work with the second link?
Thank you very much.

Qian