Hi!

Trying to wget 3.3G file I have some problems...
Length of file is negative, bytes to remains are negative...
IMHO this is result of using of 32 bit integer values for file size byte 
counter.

# wget ftp://ftp.tu-cottbus.de/pub/unix/linux/suse.com/suse/i386/9.2/iso/SUSE-Linux-9.2-FTP-DVD.iso
--16:06:18-- ftp://ftp.tu-cottbus.de/pub/unix/linux/suse.com/suse/i386/9.2/iso/SUSE-Linux-9.2-FTP-DVD.iso
=> `SUSE-Linux-9.2-FTP-DVD.iso.1'
Resolving ftp.tu-cottbus.de... 141.43.99.5
Connecting to ftp.tu-cottbus.de[141.43.99.5]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/unix/linux/suse.com/suse/i386/9.2/iso ... done.
==> PASV ... done. ==> RETR SUSE-Linux-9.2-FTP-DVD.iso ... done.
Length: -931,424,256 (unauthoritative)


# wget --version
GNU Wget 1.9.1


Thanks.

Sincerely, Nikitin Misha aka SuSE.

Reply via email to