Subject: Re: ftpd and LIST command
To: None <tech-net@netbsd.org>
From: Luke Mewburn <lukem@NetBSD.org>
List: tech-net
Date: 02/07/2005 14:28:45
--MEto6KzE24Smlj/z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Sun, Feb 06, 2005 at 08:01:26PM +0100, Richard Braun wrote:
| It seems the netbsd ftpd doesn't handle LIST commands correctly. LIST alone
| works right, but LIST <path> fails (returns no list at all). PR #12667
| is about this problem and is still open. Is it a bug or a missing feature ?
Works for me, for "simple" filenames or directories:
ftp> debug
Debugging on (debug=1).
ftp> dir bin
---> EPSV
229 Entering Extended Passive Mode (|||19251|)
---> LIST bin
150 Opening ASCII mode data connection for '/bin/ls'.
total 608
-r-xr-xr-x 1 0 0 289068 Nov 2 2000 ls.off
226 Transfer complete.
I haven't (recently) investigated the specific bug described in PR 12667.
--MEto6KzE24Smlj/z
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (NetBSD)
iD8DBQFCBuBtpBhtmn8zJHIRAgUPAJ9vJxIsyJRvjG6NXUBrUZ/IttkjkwCfXXZe
bouwM430eNMD35qmqhJQQQs=
=P3dh
-----END PGP SIGNATURE-----
--MEto6KzE24Smlj/z--