shubhendu forced the electrons to say:
> for downloading whole tree of files try 
> 
> wget <sit-name/dir> -c -r -o test.log &

1. wget -b instead of the ampersand.
2. wget -l <some reasonable number> -L - Otherwise you will most
likely download stuff that you never needed (wget -r parses the files
it downloads for URLs). The default -l value is 5, you might want to
decrease it. -L so that wget downloads only relative links.

man wget (especially the section FOLLOWING LINKS).

Binand


----------------------------------------------
Find out more about this and other Linux India 
mailing lists at http://lists.linux-india.org/

Reply via email to