Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/23/1999 18:39:31
Module Name:	src
Committed By:	lukem
Date:		Sun Jan 24 02:39:30 UTC 1999

Modified Files:
	src/usr.bin/ftp: cmds.c fetch.c ftp.1 ftp.c main.c util.c
Log Message:
* -v enables verbose & progress, -V disables both
* set setvbuf(ttyout, NULL, _IOLBF, 0) and remove a bunch of fflush(ttyout).
* use fwrite() instead of write() for progressmeter (don't intermix stdio
with non stdio ops)