Hello gnu, I'm experiencing a wrong display of the file size of a huge file to get:
berny> wget -Y off -c 'ftp://my-server/pub/dvd.iso' --13:56:35-- ftp://my-server/pub/dvd.iso => `dvd.iso' Resolving my-server... 192.168.0.4 Connecting to linx.ct.siemens.de[192.168.0.4]:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub ... done. ==> PASV ... done. ==> RETR dvd.iso ... done. Length: -77,656,064 (unauthoritative) ... The file on the FTP-Server is > 2^32 bytes: -rw-r--r-- 1 75 ftp 8512278528 Apr 13 10:31 suse93-dvd1-7.9GBImage.iso My version of wget: berny> wget --version GNU Wget 1.9.1 ... My system(s): Solaris9 (SunOS 5.9) Cygwin (CYGWIN_NT-5.0 1.5.14) I think it is only a displaying error since the download starts correctly. Have a nice day, Bernhard Voelker
