NetBSD/usr.bin/ftp
lukem da626f2307 a few user interface and cosmetic tweaks:
* confirm(): move from util.c to cmds.c. display mnemonic string in its prompt.
  add support for `q' (terminate current xfer), `?' (show help list)
* in various signal handlers, output a linefeed only if fromatty.
* if fgets(stdin) returned NULL (i.e, EOF), clearerr(stdin) because you don't
  want future fgets to fail. this is not done for the fgets() in the main
  command loop, since ftp will quit at that point.
* unless ftp is invoked with -a, don't retain the anonftp setting between
  hosts (`ftp somehost:' sets anonftp, but you don't want that to `stick'
  if you close that connection and open a new one).
1999-10-12 06:04:59 +00:00
..
cmds.c a few user interface and cosmetic tweaks: 1999-10-12 06:04:59 +00:00
cmdtab.c add TNFi copyright to all files i've done more than a minor amount of work to... 1999-10-05 01:16:11 +00:00
complete.c add TNFi copyright to all files i've done more than a minor amount of work to... 1999-10-05 01:16:11 +00:00
domacro.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
extern.h a few user interface and cosmetic tweaks: 1999-10-12 06:04:59 +00:00
fetch.c a few user interface and cosmetic tweaks: 1999-10-12 06:04:59 +00:00
ftp_var.h use sigjmp_buf for sigsetjmp(), instead of jmp_buf. 1999-10-10 22:33:54 +00:00
ftp.1 a few user interface and cosmetic tweaks: 1999-10-12 06:04:59 +00:00
ftp.c a few user interface and cosmetic tweaks: 1999-10-12 06:04:59 +00:00
main.c a few user interface and cosmetic tweaks: 1999-10-12 06:04:59 +00:00
Makefile simple dependancy so addition of global vars to ftp_var.h is detected for main.c 1999-10-01 07:58:02 +00:00
ruserpass.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
util.c a few user interface and cosmetic tweaks: 1999-10-12 06:04:59 +00:00