NetBSD/usr.bin/ftp
lukem 90bb61be44 * Work around broken ftp servers (notably ProFTPd) that can't even follow
RFC 2389, and skip any amount of whitespace before a FEATure response.
  The RFC says 'single space' yet ProFTPd puts two.
* Improve formatting of features[] debug dump.
2003-07-31 06:57:07 +00:00
..
cmds.c tweaks for fparseln(3) move from libutil to libc: 2002-11-30 03:10:53 +00:00
cmdtab.c Improve description of help text for "passive". 2002-07-29 04:24:47 +00:00
complete.c convert to ANSI KNF 2000-05-01 10:35:16 +00:00
domacro.c line2 may overrun if line is too long (> 200). be more careful on strcpy. 2002-02-01 05:04:43 +00:00
extern.h Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
fetch.c * $FTPUSERAGENT overrides the HTTP User-Agent header. 2003-07-31 05:23:59 +00:00
ftp_var.h Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
ftp.1 * $FTPUSERAGENT overrides the HTTP User-Agent header. 2003-07-31 05:23:59 +00:00
ftp.c - when showing the final progress bar, replace "00:00 ETA" with the 2002-06-05 10:20:46 +00:00
main.c netbsd.org->NetBSD.org 2003-07-26 20:34:11 +00:00
Makefile Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
progressbar.c tweak copyright; the stuff jason did in util.c wasn't migrated to this file. 2003-07-17 12:06:18 +00:00
progressbar.h Crank dates on TNF copyright. 2003-02-28 09:53:49 +00:00
ruserpass.c - implement "mreget"; as per "mget" but uses "reget" instead of "get" 2000-11-15 00:10:59 +00:00
util.c * Work around broken ftp servers (notably ProFTPd) that can't even follow 2003-07-31 06:57:07 +00:00
version.h * $FTPUSERAGENT overrides the HTTP User-Agent header. 2003-07-31 05:23:59 +00:00