bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] already connected when closed


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] already connected when closed
Date: Sun, 1 Jul 2007 15:58:57 +0200 (CEST)

       +  if (connected && 
       +      command ("NOOP") != COMPLETE)

   When the connection has closed, I now get a SIGPIPE in the NOOP,
   specifically at the fflush(cout); at line 369 of ftp.c (in inetutils 1.5,
   sorry, I don't have a CVS checkout just now.)

Been trying to reproduce this, but I cannot, admitably I'm using CVS
so something might have changed.  I tried various other means as well,
doing `close' before `open', and such.

ftp> open ftp.gnu.org
Connected to ftp.gnu.org.
220 GNU FTP server ready.
Name (ftp.gnu.org:ams): anonymous
[...]
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> open ftp.gnu.org
421 Timeout.
Connected to ftp.gnu.org.
220 GNU FTP server ready.
Name (ftp.gnu.org:ams): anonymous
[...]
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]