diff options
author | 2007-11-28 06:41:12 +0000 | |
---|---|---|
committer | 2007-11-28 06:41:12 +0000 | |
commit | a73b9f54419dea15d8994768946821bbcf3a765c (patch) | |
tree | eb298e26e725028ba0a8685c3db14037e84c6b00 | |
parent | Like i386 and amd64 - make the __mp_lock not spin at splhigh. (diff) | |
download | wireguard-openbsd-a73b9f54419dea15d8994768946821bbcf3a765c.tar.xz wireguard-openbsd-a73b9f54419dea15d8994768946821bbcf3a765c.zip |
expand the description of -C; from martynas and myself
-rw-r--r-- | usr.bin/ftp/ftp.1 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 42ffac518e2..16283e917bd 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.63 2007/11/26 12:39:00 martynas Exp $ +.\" $OpenBSD: ftp.1,v 1.64 2007/11/28 06:41:12 jmc 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: November 26 2007 $ +.Dd $Mdocdate: November 28 2007 $ .Dt FTP 1 .Os .Sh NAME @@ -111,7 +111,14 @@ Causes .Nm to bypass the normal login procedure and use an anonymous login instead. .It Fl C -Continue file transfer. +Continue a previously interrupted FTP transfer. +.Nm +will continue transferring from an offset equal to the length of +.Ar file . +Resuming HTTP(S) transfers are only supported +if the remote server supports the +.Dq Range +header. .It Fl c Ar cookie Load a Netscape-like cookiejar file for HTTP and HTTPS transfers. |