Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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)




Home | Main Index | Thread Index | Old Index