NetBSD/usr.bin/ftp
lukem afb965e778 allow a second SIGINT during the "xfer aborted. waiting for remote to finish abort."
stage. if this occurs, just call lostpeer() to close the connection.  whilst this
might be considered brutal, it's also extremely handy if you're impatient or there's
lossage at the remote end.
1999-10-09 12:48:12 +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
cmds.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +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 allow a second SIGINT during the "xfer aborted. waiting for remote to finish abort." 1999-10-09 12:48:12 +00:00
fetch.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00
ftp.1 * factor out SIGINFO setting into a handler that is always active (but only 1999-10-05 13:05:39 +00:00
ftp.c allow a second SIGINT during the "xfer aborted. waiting for remote to finish abort." 1999-10-09 12:48:12 +00:00
ftp_var.h 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
main.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00
ruserpass.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
util.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00