summaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1996-08-04 00:35:39 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1996-08-04 00:35:39 +0000
commitd616694a1101cf6aa3943173c9638064935188ab (patch)
tree5233118e8a4e051b6695e79c89e1383c2e538f97 /usr.bin/fetch
parent10a2722556ced0f8919aadf943aa1d8a6f3d30a1 (diff)
Notes
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index 769077255c92..4cb2966af933 100644
--- a/usr.bin/fetch/main.c
+++ b/usr.bin/fetch/main.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id: main.c,v 1.10 1996/07/18 00:08:58 jkh Exp $ */
+/* $Id: main.c,v 1.11 1996/08/03 13:14:47 jkh Exp $ */
#include <stdlib.h>
#include <stdio.h>
@@ -226,6 +226,8 @@ ftpget ()
if (!ftp)
err(1, "Couldn't open FTP connection or login to %s.", host);
+ ftpVerbose (ftp, 0);
+
/* Time to set our defaults */
ftpBinary (ftp);
ftpPassive (ftp, passive_mode);