NetBSD/usr.bin/ftp
lukem 462f170e30 crank version for:
* 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.
  Noted by DervishD <raul@pleyades.net>.
* Improve formatting of features[] debug dump.
* Invalidate remote directory completion cache if any command which
  may change the remote contents completes successfully, including:
  del, mdel, ren, mkdir, rmdir, quote, and all upload commands
  Patch from Yar Tikhiy <yar@freebsd.org>.
2003-07-31 07:13:01 +00:00
..
Makefile Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
cmds.c Invalidate remote directory completion cache if any command which 2003-07-31 07:06:41 +00:00
cmdtab.c
complete.c
domacro.c
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.1 * $FTPUSERAGENT overrides the HTTP User-Agent header. 2003-07-31 05:23:59 +00:00
ftp.c Invalidate remote directory completion cache if any command which 2003-07-31 07:06:41 +00:00
ftp_var.h Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
main.c netbsd.org->NetBSD.org 2003-07-26 20:34:11 +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
util.c * Work around broken ftp servers (notably ProFTPd) that can't even follow 2003-07-31 06:57:07 +00:00
version.h crank version for: 2003-07-31 07:13:01 +00:00