NetBSD/usr.bin/ftp
hubertf 849866f9c1 Allow custom text printed before (left of) the progress bar from progress(1):
miyu# cat openoffice-linux-1.1.0.tgz | progress -z -p 'Bytes written: ' dd of=/dev/null bs=1m
	Bytes written:    193 MB   13.83 MB/s 0+195211 records in
and:
	miyu# progress -f openoffice-linux-1.1.0.tgz -z -p 'Bytes written: ' dd of=/dev/null bs=1m
	Bytes written:  28% |******                | 57919 KB   14.12 MB/s    00:09 ETA

OK'd by lukem.
2004-03-09 17:04:24 +00:00
..
Makefile
cmds.c
cmdtab.c
complete.c
domacro.c
extern.h
fetch.c Don't warn about "ignored setsockopt" failures unless debugging is 2003-12-10 12:34:28 +00:00
ftp.1 -n is ignored for auto-fetch transfers 2003-12-19 03:46:02 +00:00
ftp.c Don't warn about "ignored setsockopt" failures unless debugging is 2003-12-10 12:34:28 +00:00
ftp_var.h
main.c
progressbar.c Allow custom text printed before (left of) the progress bar from progress(1): 2004-03-09 17:04:24 +00:00
progressbar.h Allow custom text printed before (left of) the progress bar from progress(1): 2004-03-09 17:04:24 +00:00
ruserpass.c
util.c
version.h Don't warn about "ignored setsockopt" failures unless debugging is 2003-12-10 12:34:28 +00:00