NetBSD/usr.bin/ftp
lukem f3f34df069 don't fudge out the stalltime when calculating the ETA. this means that the
ETA might be over and will appear to drop rapidly, rather than being under
and appear not to change. the original code makes sense when you're testing
by suspending & resuming the client. however, the unfudged number is probably
better in reality, especially for slow spurty networks.

requested by ITOH Yasufumi <itohy@netbsd.org> in [bin/7977]
1999-09-28 07:54:01 +00:00
..
Makefile * replace ifdefs against __SVR4 and __linux__ with DIRENT_MISSING_D_NAMLEN; 1999-09-26 02:00:12 +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 remove debugging cruft 1999-09-28 07:51:05 +00:00
ftp.1 * add new commands: 1999-09-28 06:47:38 +00:00
ftp.c remove debugging cruft 1999-09-28 07:51:05 +00:00
ftp_var.h * add support for `xferbuf', which sets both `sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
main.c * add new commands: 1999-09-28 06:47:38 +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 don't fudge out the stalltime when calculating the ETA. this means that the 1999-09-28 07:54:01 +00:00