Hello,

I've found a (less important) bug in wget.  I've been dowloading 
a file from FTP server and the control connection of the FTP service 
was closed by the server.  After that wget started to print incorrectly
progress information (beyond 100%).

The log follows:
_________________________________________________________________________

# wget -nd ftp://ftp.suse.com/pub/suse/i386/update/7.0/n1/mod_php.rpm
--12:30:48--  ftp://ftp.suse.com:21/pub/suse/i386/update/7.0/n1/mod_php.rpm
           => `mod_php.rpm'
Connecting to ftp.suse.com:21... connected!
Logging in as anonymous ... Logged in!
==> TYPE I ... done.  ==> CWD pub/suse/i386/update/7.0/n1 ... done.
==> PORT ... done.    ==> RETR mod_php.rpm ... done.
Length: 1,599,213 (unauthoritative)

    0K -> .......... .......... .......... .......... .......... [  3%]
   50K -> .......... .......... .......... .......... .......... [  6%]
  100K -> .......... .......... .......... .......... .......... [  9%]
  150K -> .......... .......... .......... .......... .......... [ 12%]
  200K -> .......... .......... .......... .......... .......... [ 16%]
  250K -> .......... .......... .......... .......... .......... [ 19%]
  300K -> .......... .......... .......... .......... .......... [ 22%]
  350K -> .......... .......... .......... .......... .......... [ 25%]
  400K -> .......... .......... .......... .......... .......... [ 28%]
  450K -> .......... .......... .......... .......... .......... [ 32%]
  500K -> .......... .......... .......... .......... .......... [ 35%]
  550K -> .......... .......... .                                [ 36%]

12:41:36 (916.90 B/s) - Control connection closed.
Retrying.

--12:50:38--  ftp://ftp.suse.com:21/pub/suse/i386/update/7.0/n1/mod_php.rpm
  (try: 3) => `mod_php.rpm'
Connecting to ftp.suse.com:21... connected!
Logging in as anonymous ... Logged in!
==> TYPE I ... done.  ==> CWD pub/suse/i386/update/7.0/n1 ... done.
==> PORT ... done.    ==> REST 626688 ... done.    
==> RETR mod_php.rpm ... done.
Length: 972,525 [345,837 to go] (unauthoritative)

          [ skipping 600K ]
  600K -> ,,,,,,,,,, ,,........ .......... .......... .......... [ 68%]
  650K -> .......... .......... .......... .......... ..         [ 72%]

12:57:59 (187.36 B/s) - Control connection closed.
Retrying.

--12:57:59--  ftp://ftp.suse.com:21/pub/suse/i386/update/7.0/n1/mod_php.rpm
  (try: 4) => `mod_php.rpm'
Connecting to ftp.suse.com:21... connected!
Logging in as anonymous ... Logged in!
==> TYPE I ... done.  ==> CWD pub/suse/i386/update/7.0/n1 ... done.
==> PORT ... done.    ==> REST 708608 ... done.    
==> RETR mod_php.rpm ... done.
Length: 890,605 [181,997 to go] (unauthoritative)

          [ skipping 650K ]
  650K -> ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,........ [ 80%]
  700K -> .......... .......... .......... .......... .......... [ 86%]
  750K -> .......... .......... .......... .......... .......... [ 91%]
  800K -> .......... .......... .......... .......... .......... [ 97%]
  850K -> .......... .......... .......... .......... .......... [103%]
  900K -> .......... .......... .......... .......... .......... [109%]
  950K -> .......... .......... .......... .......... .......... [114%]
 1000K -> .......... .......... .......... .......... .......... [120%]
 1050K -> .......... .......... .......... .......... .......... [126%]
 1100K -> .......... .......... .......... .......... .......... [132%]
 1150K -> .......... .......... .......... .......... .......... [137%]

-- 
    ("`-''-/").___..--''"`-._          Cezary Sobaniec
     `6_ 6  )   `-.  (     ).`-.__.')  Institute of Computing Science
     (_Y_.)'  ._   )  `._ `. ``-..-'   Poznan University of Technology
   _..`--'_..-_/  /--'_.' ,'           [EMAIL PROTECTED]
  (il).-''  (li).'  ((!.-'             tel. (+48 61) 665-28-09

Reply via email to