NetBSD/usr.bin/ftp
lukem 6b9a96fb35 revert previous (creation of /usr/bin/pftp link);
* $FTPMODE is the documented way in ftp(1) to force passive, active,
  gate-ftp, or autodetect.
* AFAIK, we haven't shipped any previous release with pftp in /usr/bin
* no link was made for gate-ftp (and i don't think that makes sense in
  /usr/bin either)
* even though the link isn't made, the support for pftp, gate-ftp, and
  the `-p' flag should remain since people may depend on having their
  own link (e.g, ~/bin/pftp -> /usr/bin/ftp) or aliases which use
  these things. it doesn't hurt to leave argv[0] checking in ftp's main().
1999-04-16 23:01:55 +00:00
..
Makefile revert previous (creation of /usr/bin/pftp link); 1999-04-16 23:01:55 +00:00
cmds.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00
cmdtab.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00
complete.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00
domacro.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
extern.h * implement -R; restart non-proxied command-line FTP xfers 1999-03-22 07:36:40 +00:00
fetch.c * implement -R; restart non-proxied command-line FTP xfers 1999-03-22 07:36:40 +00:00
ftp.1 * implement -R; restart non-proxied command-line FTP xfers 1999-03-22 07:36:40 +00:00
ftp.c support restart during proxy transfers (the traditional ftp command, not the 1999-02-19 16:29:27 +00:00
ftp_var.h * implement -R; restart non-proxied command-line FTP xfers 1999-03-22 07:36:40 +00:00
main.c when using editline, work on the correct buffer. fixes problem where blank 1999-03-31 02:00:42 +00:00
pathnames.h
ruserpass.c include <netbsd.h> for MAXHOSTNAMELEN on borken systems 1998-08-08 03:17:40 +00:00
util.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00