NetBSD/usr.bin/ftp
lukem 8ef5f80460 More features, some of which were inspired by changes that
friedman@gnu.ai.mit.edu (Noah Friedman) made to his modified ftp:
- implement "lpwd" - local pwd
- implement "preserve" - toggle preserving of file modification
  times on retrieved files
- allow for explicit "on" or "off" arg to toggle commands
- "exit" synonym for "quit", "msend" synonym for "mput"
- in confirmation mode, allow 'a' (yes to rest of current command),
  and 'p' (turn off prompt mode, as if 'prompt off' was done,
  effective immediately)
- "modtime" returns time formatted as localtime, not GMT

Bug fixes:
- check for extraneous args on commands
- cleanup const usage, line formatting
- create 0 length temporary file in remglob() to prevent symlink games
  (from OpenBSD)
- check length of filename of ~/.netrc (from OpenBSD)
1996-11-28 03:12:28 +00:00
..
Makefile add -Dunix to CFLAGS 1995-11-22 21:52:48 +00:00
cmds.c More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
cmdtab.c More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
domacro.c More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
extern.h More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
ftp.1 More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
ftp.c More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
ftp_var.h More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
main.c More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
pathnames.h Sync with 4.4lite2 1995-09-08 01:05:59 +00:00
ruserpass.c More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00