NetBSD/usr.bin/ftp
lukem 887627831e * add transfer rate to progress meter. (suggested by hubert feyrer)
* fix up progress meter display for files once > ~20.47MB has been
  transferred.  (noted by darren reed)
* use xsignal() for SIGWINCH, so window resizes don't abort xfers on
  drainbamaged systems.
* don't assume that TIOCGWINSZ returns a non zero width.
1998-09-28 09:03:22 +00:00
..
Makefile * send 'Connection: close' in HTTP/1.1 headers, preventing the 1998-07-22 16:06:27 +00:00
cmds.c replace command(buf) with command("%s", buf) in quote1(), thus preventing 1998-09-01 14:25:52 +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 some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
extern.h * implement xsignal(); same semantics as signal() but uses sigaction 1998-08-08 06:46:01 +00:00
fetch.c fix handling of port on non-proxied auto-fetch ftp:// urls 1998-09-01 04:42:49 +00:00
ftp.1 default anon password is user@ not user@host 1998-08-08 02:58:48 +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 RCS ID police 1997-01-09 20:18:21 +00:00
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