NetBSD/usr.bin/ftp
lukem ae07641250 Fixes from <Todd.Miller@cs.colorado.edu>, with some cleanup and reworks by me:
* only echo "Passive mode" in verbose mode; scripts that use ftp
  may get unwanted output otherwise
* disable progress bar and modification time preservation when
  retreiving to a non-regular files. fixes progress bar getting in
  way of "get file /dev/tty"
* setup el_init() et al if editing is set, not if fromatty.
  TODO: migrate this to a function, and call if editing is turned on later
	in the session. also implement edit_cleanup if editing is turned off
* call el_set() after setting SIGWINCH handler. This fixes the problem
  when suspending in a non-cbreak shell (e.g, csh) would trash your tty mode.
* reset interactive mode correctly in auto_fetch() mget mode
1997-03-16 14:24:14 +00:00
..
Makefile SMALLFTP->SMALL; remove SMALL from Makefile 1997-03-14 01:39:31 +00:00
cmds.c Fixes from <Todd.Miller@cs.colorado.edu>, with some cleanup and reworks by me: 1997-03-16 14:24:14 +00:00
cmdtab.c SMALLFTP->SMALL; remove SMALL from Makefile 1997-03-14 01:39:31 +00:00
complete.c Fixes from <Todd.Miller@cs.colorado.edu>, with some cleanup and reworks by me: 1997-03-16 14:24:14 +00:00
domacro.c Features: 1997-03-13 06:23:11 +00:00
extern.h SMALLFTP->SMALL; remove SMALL from Makefile 1997-03-14 01:39:31 +00:00
fetch.c Fixes from <Todd.Miller@cs.colorado.edu>, with some cleanup and reworks by me: 1997-03-16 14:24:14 +00:00
ftp.1 Features: 1997-03-13 06:23:11 +00:00
ftp.c Fixes from <Todd.Miller@cs.colorado.edu>, with some cleanup and reworks by me: 1997-03-16 14:24:14 +00:00
ftp_var.h SMALLFTP->SMALL; remove SMALL from Makefile 1997-03-14 01:39:31 +00:00
main.c Fixes from <Todd.Miller@cs.colorado.edu>, with some cleanup and reworks by me: 1997-03-16 14:24:14 +00:00
pathnames.h RCS ID police 1997-01-09 20:18:21 +00:00
ruserpass.c Features: 1997-03-13 06:23:11 +00:00
util.c Features: 1997-03-13 06:23:11 +00:00