[2956] in testers
/etc/athena/ftpd is busted; globbing doesn't work
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Thu Jun 20 12:56:52 1996
Date: Thu, 20 Jun 1996 12:56:35 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: testers@MIT.EDU
On DCL:
Athena Server (SUN4m) Version 8.0A Mon Jun 3 11:47:13 1996
ftpd's globbing for the ls and dir doesn't work. This causes "mget *"
to fail, which is extremely annoying. If you switch
/etc/athena/inetd.conf to use /usr/sbin/in.ftpd instead of
/etc/athena/ftpd, the problem goes away. Sounds like a bug in our
athenized ftpd....
% ftp dcl
Connected to dcl.mit.edu.
220 dcl.MIT.EDU FTP server (Version 4.176 Wed May 1 14:56:26 EDT 1996) ready.
Name (dcl:tytso): anon
331 Password required for anon.
Password:
230-User anon logged in without authentication:
230 Unknown Kerberos username entered.
ftp> debug
Debugging on (debug=1).
ftp> verbose
Verbose mode off.
ftp> cd /u1/krb5-beta6
---> CWD /u1/krb5-beta6
ftp> ls
---> PORT 18,172,1,4,215,151
---> NLST
README
doc
src
ftp> ls *
---> PORT 18,172,1,4,215,153
---> NLST *
ftp> dir *
---> PORT 18,172,1,4,215,155
---> LIST *
ftp>
- Ted