wget 1.8.x proxies

2002-02-12 Thread Holger Pfaff
Hi! I'm having trouble using wget 1.8.[01] over a (squid24-) proxy to mirror a ftp-directory: # setenv ftp_proxy http://139.21.68.25: # wget181 -r -np -l0 ftp://ftp.funet.fi/pub/Linux/mirrors/redhat/redhat/linux/updates --12:06:58--

Re: wget 1.8.x proxies

2002-02-12 Thread Winston Smith
# wget181 -r -np -l0 ftp://ftp.funet.fi/pub/Linux/mirrors/redhat/redhat/linux/updates ummm... looks like the -l0 might be limiting your recursion level to 0 levels

Re: wget 1.8.x proxies

2002-02-12 Thread Ian Abbott
On 12 Feb 2002 at 12:30, Holger Pfaff wrote: I'm having trouble using wget 1.8.[01] over a (squid24-) proxy to mirror a ftp-directory: # setenv ftp_proxy http://139.21.68.25: # wget181 -r -np -l0 ftp://ftp.funet.fi/pub/Linux/mirrors/redhat/redhat/linux/updates --12:06:58--

Re: wget 1.8.x proxies

2002-02-12 Thread Ian Abbott
On 12 Feb 2002 at 7:54, Winston Smith wrote: # wget181 -r -np -l0 ftp://ftp.funet.fi/pub/Linux/mirrors/redhat/redhat/linux/updates ummm... looks like the -l0 might be limiting your recursion level to 0 levels No. '-l0' is the same as '-l inf'.

Re: wget 1.8.x proxies

2002-02-12 Thread Holger Pfaff
I've never tried wget through an http-based ftp proxy. Are there any clues in the file it wrote (presumably a html-format directory listing)? Are there any more clues if you use the -d (--debug) option? # wget181 -r -np -l8 --debug