NetBSD/usr.bin/ftp
lukem 9a6e9b2ce7 some fixes & enhancements from openbsd's ftp, with extra fixes by me:
* default to passive with active fallback. $FTPMODE modifies this behaviour.
  -A forces active connection.
* support '-o outfile' for auto-fetched files. outfile can be a file,
  `-' (for stdout), or '|command' (to output each file through command).
* support '-r waittime', which retries the connection after waittime seconds
  if it fails.
* fix 'page file' when restart is non-zero.
* try all ip-addresses of a host in a http fetch (as the normal ftp fetch
  does).

XXX: a ``broken pipe'' error sometimes occurs with -o '|command';
i haven't tracked this down yet.
1998-06-04 08:28:35 +00:00
..
cmds.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
cmdtab.c bugs fixed: 1997-08-18 10:20:13 +00:00
complete.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +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 some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
fetch.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
ftp_var.h some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
ftp.1 some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
ftp.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
main.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
Makefile don't define WARNS=1 here 1997-10-18 15:31:20 +00:00
pathnames.h RCS ID police 1997-01-09 20:18:21 +00:00
ruserpass.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
util.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00