=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.63 retrieving revision 1.64 diff -c -r1.63 -r1.64 *** src/usr.bin/ftp/ftp.1 2007/11/26 12:39:00 1.63 --- src/usr.bin/ftp/ftp.1 2007/11/28 06:41:12 1.64 *************** *** 1,4 **** ! .\" $OpenBSD: ftp.1,v 1.63 2007/11/26 12:39:00 martynas Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 --- 1,4 ---- ! .\" $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,36 **** .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" ! .Dd $Mdocdate: November 26 2007 $ .Dt FTP 1 .Os .Sh NAME --- 30,36 ---- .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" ! .Dd $Mdocdate: November 28 2007 $ .Dt FTP 1 .Os .Sh NAME *************** *** 111,117 **** .Nm to bypass the normal login procedure and use an anonymous login instead. .It Fl C ! Continue file transfer. .It Fl c Ar cookie Load a Netscape-like cookiejar file for HTTP and HTTPS transfers. --- 111,124 ---- .Nm to bypass the normal login procedure and use an anonymous login instead. .It Fl C ! 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.