bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] already connected when closed


From: Karl Berry
Subject: [bug-inetutils] already connected when closed
Date: Tue, 26 Jun 2007 19:33:48 -0500

One minor niglet in ftp that has always caught me is that you can't
reopen a closed connection without an explicit close first.  For
instance:

$ ftp ftp.gnu.org
...
# wait a few minutes, so the connection gets closed.
ftp> open ftp.gnu.org
Already connected to ftp.gnu.org, use close first.

Well, I knew that, that's why I wanted to reopen :).  If the connection
is already closed, is there any harm in just going forward?

I realize it's not exactly trivial, since it means `open' has to somehow
get the state of the connection before issuing the message, but
hopefully that's ultimately feasible?

Just a suggestion ...

Thanks,
Karl




reply via email to

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