Hi
> The problem is really one of limiting the traversal to just the "tree"
> of the web site you're interested in (sometimes WGET gets a bit carried
> away IMHO).
It does... the '--no-parent' option is very useful though.
I once wrote this and ended up not using it...
#!/bin/tcsh
setenv http_proxy http://127.0.0.1:8080/
cd ~/wget-files
~/wget -nh -nd -r -q --delete-after http://www.domain.com/
# just to be paraniod delete anyway
cd ~
rm -rf ~/wget-files/*
Received on Wed Jan 21 1998 - 09:56:49 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:38:28 MST