From dbdd866ee6a4746a1baf4a8ab6aa19a21de6716d Mon Sep 17 00:00:00 2001 From: Unknown User d91-jda Date: Sun, 28 Apr 1996 20:33:15 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@440 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp.1 | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/appl/ftp/ftp/ftp.1 b/appl/ftp/ftp/ftp.1 index fc91dd20d..f7b5d61ef 100644 --- a/appl/ftp/ftp/ftp.1 +++ b/appl/ftp/ftp/ftp.1 @@ -58,6 +58,9 @@ standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. .Pp +Modifications has been made so that it almost follows the ftpsec +Internet draft. +.Pp Options may be specified at the command line, or to the command interpreter. .Bl -tag -width flag @@ -906,6 +909,25 @@ verbose is on. A synonym for help. .El .Pp +The following command can be used with ftpsec-aware servers. +.Bl -tag -width Fl +.It Xo +.Ic prot +.Ar clear | +.Ar safe | +.Ar confidential | +.Ar private +.Xc +Set the data protection level to the requested level. +.El +.Pp +The following command can be used with ftp servers that has +implemented the KAUTH site command. +.Bl -tag -width Fl +.It Ic kauth Op Ar principal +Obtain remote tickets. +.El +.Pp Command arguments which have embedded spaces may be quoted with quote `"' marks. .Sh ABORTING A FILE TRANSFER @@ -1140,7 +1162,8 @@ file, if one exists. For default shell. .El .Sh SEE ALSO -.Xr ftpd 8 +.Xr ftpd 8 , +.%T draft-ietf-cat-ftpsec-08 .Sh HISTORY The .Nm ftp