NetBSD/usr.bin/ftp
lukem da0a823fb0 * hash & progress are mutually exclusive. [noted by mrg@netbsd.org]
* in autofetch mode, don't attempt to 'cd /' on first xfer (only on
  subsequent xfers), as some ftp daemons don't permit that.
  [noted by dbj@netbsd.org].
  XXX: code could be smarter (but a lot more complicated to boot); this
  works for now.
1998-10-08 14:45:26 +00:00
..
Makefile
cmds.c * hash & progress are mutually exclusive. [noted by mrg@netbsd.org] 1998-10-08 14:45:26 +00:00
cmdtab.c * spell `retrieved' correctly! 1998-07-26 12:58:16 +00:00
complete.c minor workaround for borken compilers 1998-08-08 07:51:30 +00:00
domacro.c
extern.h * implement xsignal(); same semantics as signal() but uses sigaction 1998-08-08 06:46:01 +00:00
fetch.c * hash & progress are mutually exclusive. [noted by mrg@netbsd.org] 1998-10-08 14:45:26 +00:00
ftp.1 * hash & progress are mutually exclusive. [noted by mrg@netbsd.org] 1998-10-08 14:45:26 +00:00
ftp.c * implement xsignal(); same semantics as signal() but uses sigaction 1998-08-08 06:46:01 +00:00
ftp_var.h pull in <netinet/in.h> and <arpa/inet.h> for in_{addr,port}_t (more portable) 1998-08-08 03:02:55 +00:00
main.c * add transfer rate to progress meter. (suggested by hubert feyrer) 1998-09-28 09:03:22 +00:00
pathnames.h
ruserpass.c include <netbsd.h> for MAXHOSTNAMELEN on borken systems 1998-08-08 03:17:40 +00:00
util.c * add transfer rate to progress meter. (suggested by hubert feyrer) 1998-09-28 09:03:22 +00:00