[17868] in Athena Bugs
redhat 6.1-athena ftpd
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Sat May 27 12:12:59 2000
From: Marc Horowitz <marc@MIT.EDU>
To: bugs@MIT.EDU
Date: 27 May 2000 12:12:54 -0400
Message-Id: <t53bt1sezuh.fsf@horowitz.ne.mediaone.net>
ftps seems to crash when it gets an NLST command:
> telnet innocuous.mit.edu 21
Trying 18.244.1.185...
Connected to innocuous.mit.edu.
Escape character is '^]'.
220 innocuous.mit.edu FTP server (Version 5.60) ready.
USER ftp
331 Guest login ok, send ident as password.
PASS marc@mit.edu
230 Guest login ok, access restrictions apply.
CWD pub
250 CWD command successful.
PASV
227 Entering Passive Mode (18,244,1,185,16,9)
NLST
Connection closed by foreign host.
Exit 1
Marc