NetBSD/usr.bin/ftp
lukem bd22f3362b Change `ls' to use the `LIST' and not `NLST' FTP protocol command.
Now that after many years on not caring we find certain popular
ftp servers are starting to obey RFC959 to the letter of the law
and will only return a list of filenames (not directories or
other filetypes) in the output of `NLST', then `LIST' is more useful
in this case. (Note that the aforementioned pedanticness means that
filename completion isn't as useful as it could be...)
Fixes [bin/8937] by David A. Gatwood <dgatwood@deepspace.mklinux.org>
2000-05-28 07:53:30 +00:00
..
Makefile add dependency on version.h 1999-12-12 02:14:53 +00:00
cmds.c Change `ls' to use the `LIST' and not `NLST' FTP protocol command. 2000-05-28 07:53:30 +00:00
cmdtab.c * Add support for `fget localfile', which reads a list of filenames to 2000-05-01 09:44:53 +00:00
complete.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
domacro.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
extern.h convert to ANSI KNF 2000-05-01 10:35:16 +00:00
fetch.c do not pass scoped IPv6 address notation on Host: directive, since 2000-05-25 15:35:51 +00:00
ftp.1 Change `ls' to use the `LIST' and not `NLST' FTP protocol command. 2000-05-28 07:53:30 +00:00
ftp.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
ftp_var.h convert to ANSI KNF 2000-05-01 10:35:16 +00:00
main.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
ruserpass.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
util.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
version.h Change `ls' to use the `LIST' and not `NLST' FTP protocol command. 2000-05-28 07:53:30 +00:00