Add undocument flags and spelling, from Ted Percival <Ted.Percival@quest.com>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16799 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
.\"
|
||||
.\" @(#)ftp.1 8.3 (Berkeley) 10/9/94
|
||||
.\"
|
||||
.Dd October 12, 2005
|
||||
.Dd March 23, 2006
|
||||
.Dt FTP 1
|
||||
.Os BSD 4.2
|
||||
.Sh NAME
|
||||
@@ -43,31 +43,35 @@
|
||||
file transfer program
|
||||
.Sh SYNOPSIS
|
||||
.Nm ftp
|
||||
.Op Fl K
|
||||
.Op Fl d
|
||||
.Op Fl g
|
||||
.Op Fl i
|
||||
.Op Fl l
|
||||
.Op Fl n
|
||||
.Op Fl p
|
||||
.Op Fl t
|
||||
.Op Fl v
|
||||
.Op Fl d
|
||||
.Op Fl i
|
||||
.Op Fl n
|
||||
.Op Fl g
|
||||
.Op Fl p
|
||||
.Op Fl l
|
||||
.Op Fl x
|
||||
.Op Fl -no-gss-bindings
|
||||
.Op Fl -no-gss-delegate
|
||||
.Op Ar host
|
||||
.Sh DESCRIPTION
|
||||
.Nm Ftp
|
||||
.Nm
|
||||
is the user interface to the
|
||||
.Tn ARPANET
|
||||
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.
|
||||
Modifications have been made so that it almost follows the FTP
|
||||
Security Extensions, RFC 2228.
|
||||
.Pp
|
||||
Options may be specified at the command line, or to the
|
||||
command interpreter.
|
||||
.Bl -tag -width flag
|
||||
.It Fl K
|
||||
Disable Kerberos authentication.
|
||||
.It Fl t
|
||||
Enables packet tracing.
|
||||
.It Fl v
|
||||
@@ -99,8 +103,11 @@ Turn on passive mode.
|
||||
Enables debugging.
|
||||
.It Fl g
|
||||
Disables file name globbing.
|
||||
.It Fl -no-gss-bindings
|
||||
use GSS-API bindings when talking to peer (ie make sure IP addresses match).
|
||||
.It Fl -no-gss-bindings
|
||||
Don't use GSS-API bindings when talking to peer. IP addresses will not
|
||||
be checked to ensure they match.
|
||||
.It Fl -no-gss-delegate
|
||||
Disable delegation of GSSAPI credentials.
|
||||
.It Fl l
|
||||
Disables command line editing.
|
||||
.It Fl x
|
||||
|
Reference in New Issue
Block a user