BUG: wget trying to mirror an ftp server via an ftp proxy fails

2005-01-25 Thread Graham Leggett
Hi, When trying to mirror an ftp server via an ftp proxy (set in the ftp_proxy environment variable), recursion breaks. The following command should in theory download an index.html from the ftp proxy and parse it, downloading all links. In reality only index.html is downloaded. wget -r -N

wget has issues with large files (over 2GB)

2005-01-25 Thread Andrew Robb
First of all, many thanks for a rock-solid utility! OS: SuSE Linux 9.1: rpm -q wget wget-1.9.1-45 I am resuming the download of a DVD image but the sizes seem to overflow 32-bit signed integer. wget -c ftp://mirror.mcs.anl.gov/pub/suse/i386/9.2/iso/SUSE-Linux-9.2-FTP-DVD.iso == RETR

ipv6 v4-mapped addresses

2005-01-25 Thread Manuel Bouyer
Hi, NetBSD, and I suspect others BSDs, and maybe other systems too, have v4-mapped addresses support disabled by default (because it can lead to misconfigurations, with security issues, search draft-itojun-v6ops-v4mapped-harmful on google for details). This means that, on these systems, a

Re: ipv6 v4-mapped addresses

2005-01-25 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Tue, 25 Jan 2005 21:55:15 +0100), Manuel Bouyer [EMAIL PROTECTED] says: NetBSD, and I suspect others BSDs, and maybe other systems too, have v4-mapped addresses support disabled by default (because it can lead to misconfigurations, with security issues,

Re: wget has issues with large files (over 2GB)

2005-01-25 Thread Ryan Underwood
On Tue, Jan 25, 2005 at 02:44:16PM +, Andrew Robb wrote: First of all, many thanks for a rock-solid utility! OS: SuSE Linux 9.1: rpm -q wget wget-1.9.1-45 I am resuming the download of a DVD image but the sizes seem to overflow 32-bit signed integer. wget -c