diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-03-10 22:56:44 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-03-10 22:56:44 +0000 |
commit | 2bf0ace64b19ef2cb5d0753a57a39f5f2ec77def (patch) | |
tree | 5e82283c4052f32cffdf8e06ddc3ebc5aee741b0 /usr.bin/ftp/ftp.1 | |
parent | 9dbe8e7a9b0845d7044cd8cc36fa311d93c8b304 (diff) |
turn on keepalive by default (one byte every 60 seconds)
okay beck@, deraadt@, krw@
Diffstat (limited to 'usr.bin/ftp/ftp.1')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index bb5213a6074..248413a5885 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.67 2008/03/09 15:35:42 jmc Exp $ +.\" $OpenBSD: ftp.1,v 1.68 2008/03/10 22:56:43 espie Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" -.Dd $Mdocdate: March 9 2008 $ +.Dd $Mdocdate: March 10 2008 $ .Dt FTP 1 .Os .Sh NAME @@ -164,6 +164,9 @@ This assumes the FTP server can deal with extra commands coming over the control connection during a transfer. Well-behaved servers queue those commands, and process them after the transfer. +By default, +.Nm +will send a byte every 60 seconds. .It Fl m Causes .Nm |