NetBSD/usr.bin/ftp
jhawk 401927b1d5 Abstract out progress bar support into progressbar.[ch], for inclusion
in external programs (conditionalized on -DSTANDALONE_PROGRESS).

The following moved from util.c to progressbar.c:
  alarmtimer(), progressmeter(), psummary(), ptransfer(),
  xsignal(), xsignal_restart()

The following moved from extern.h and ftp_var.h to progressbar.h:
  STALLTIME, verbose, fromatty, progress, quit_time, ttywidth
2003-01-21 16:08:06 +00:00
..
Makefile Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
cmds.c tweaks for fparseln(3) move from libutil to libc: 2002-11-30 03:10:53 +00:00
cmdtab.c Improve description of help text for "passive". 2002-07-29 04:24:47 +00:00
complete.c
domacro.c line2 may overrun if line is too long (> 200). be more careful on strcpy. 2002-02-01 05:04:43 +00:00
extern.h Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
fetch.c tweaks for fparseln(3) move from libutil to libc: 2002-11-30 03:10:53 +00:00
ftp.1 Bump date for last. 2003-01-20 08:08:34 +00:00
ftp.c - when showing the final progress bar, replace "00:00 ETA" with the 2002-06-05 10:20:46 +00:00
ftp_var.h Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
main.c Add a -q <quit-time> flag to abort a transfer if it has stalled for <quit-time> 2002-08-27 13:11:02 +00:00
progressbar.c Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
progressbar.h Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
ruserpass.c
util.c Abstract out progress bar support into progressbar.[ch], for inclusion 2003-01-21 16:08:06 +00:00
version.h - when showing the final progress bar, replace "00:00 ETA" with the 2002-06-05 10:20:46 +00:00