Re: wget 1.6 problems with FTP globbing through a Squid firewall

2001-06-01 Thread Hrvoje Niksic
Paul Eggert [EMAIL PROTECTED] writes: * A command like wget -rl1 'ftp://elsie.nci.nih.gov/pub/' -A'tz*.tar.gz' is less natural than wget 'ftp://elsie.nci.nih.gov/pub/tz*.tar.gz'. Yes. I feel that the Right Thing would be for Wget to DWIM and translate the glob pattern into a -A form when

Re: wget 1.6 problems with FTP globbing through a Squid firewall

2001-05-31 Thread Hrvoje Niksic
Paul Eggert [EMAIL PROTECTED] writes: I'm using wget 1.6 on Solaris 8 (sparc), and am connected to the Internet via a Squid 2.3.STABLE4 proxy server on a host named 'firewall'. I can access single files OK, but I can't use FTP globbing. That's true. You need to use somethign like: wget

Re: wget 1.6 problems with FTP globbing through a Squid firewall

2001-05-31 Thread Paul Eggert
From: Hrvoje Niksic [EMAIL PROTECTED] Date: 31 May 2001 11:40:26 +0200 Paul Eggert [EMAIL PROTECTED] writes: I'm using wget 1.6 on Solaris 8 (sparc), and am connected to the Internet via a Squid 2.3.STABLE4 proxy server on a host named 'firewall'. I can access single files OK, but I

wget 1.6 problems with FTP globbing through a Squid firewall

2001-05-30 Thread Paul Eggert
I'm using wget 1.6 on Solaris 8 (sparc), and am connected to the Internet via a Squid 2.3.STABLE4 proxy server on a host named 'firewall'. I can access single files OK, but I can't use FTP globbing. Looking at the code, I don't see a trivial fix. If you don't see a fix either, perhaps the