NetBSD/usr.bin/ftp
lukem 256fc138f1 * add new commands:
lpage	page local files
	pdir	as dir, but through your $PAGER
	pls	as ls, but through your $PAGER
* implement docase() (a la dotrans() et al) and use appropriately, rototilling
  some duplicated code
* globulize(): modify to return a pointer to the strdup()ed result in all cases,
  and hack the code that calls it to take this into account
* replace strcpy() and strncpy() with strlcpy()
* put(), getit(): use some aptly named local vars instead of argv[...]
* delint
1999-09-28 06:47:38 +00:00
..
cmds.c * add new commands: 1999-09-28 06:47:38 +00:00
cmdtab.c * add new commands: 1999-09-28 06:47:38 +00:00
complete.c * add new commands: 1999-09-28 06:47:38 +00:00
domacro.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
extern.h * add new commands: 1999-09-28 06:47:38 +00:00
fetch.c * add new commands: 1999-09-28 06:47:38 +00:00
ftp_var.h * add support for xferbuf', which sets both sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
ftp.1 * add new commands: 1999-09-28 06:47:38 +00:00
ftp.c * add new commands: 1999-09-28 06:47:38 +00:00
main.c * add new commands: 1999-09-28 06:47:38 +00:00
Makefile * replace ifdefs against __SVR4 and __linux__ with DIRENT_MISSING_D_NAMLEN; 1999-09-26 02:00:12 +00:00
pathnames.h RCS ID police 1997-01-09 20:18:21 +00:00
ruserpass.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
util.c * add new commands: 1999-09-28 06:47:38 +00:00