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
|
.\" @(#)ftp.1 8.3 (Berkeley) 10/9/94
|
||||||
.\"
|
.\"
|
||||||
.Dd October 12, 2005
|
.Dd March 23, 2006
|
||||||
.Dt FTP 1
|
.Dt FTP 1
|
||||||
.Os BSD 4.2
|
.Os BSD 4.2
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -43,31 +43,35 @@
|
|||||||
file transfer program
|
file transfer program
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm ftp
|
.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 t
|
||||||
.Op Fl v
|
.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 x
|
||||||
.Op Fl -no-gss-bindings
|
.Op Fl -no-gss-bindings
|
||||||
|
.Op Fl -no-gss-delegate
|
||||||
.Op Ar host
|
.Op Ar host
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Ftp
|
.Nm
|
||||||
is the user interface to the
|
is the user interface to the
|
||||||
.Tn ARPANET
|
.Tn ARPANET
|
||||||
standard File Transfer Protocol.
|
standard File Transfer Protocol.
|
||||||
The program allows a user to transfer files to and from a
|
The program allows a user to transfer files to and from a
|
||||||
remote network site.
|
remote network site.
|
||||||
.Pp
|
.Pp
|
||||||
Modifications has been made so that it almost follows the ftpsec
|
Modifications have been made so that it almost follows the FTP
|
||||||
Internet draft.
|
Security Extensions, RFC 2228.
|
||||||
.Pp
|
.Pp
|
||||||
Options may be specified at the command line, or to the
|
Options may be specified at the command line, or to the
|
||||||
command interpreter.
|
command interpreter.
|
||||||
.Bl -tag -width flag
|
.Bl -tag -width flag
|
||||||
|
.It Fl K
|
||||||
|
Disable Kerberos authentication.
|
||||||
.It Fl t
|
.It Fl t
|
||||||
Enables packet tracing.
|
Enables packet tracing.
|
||||||
.It Fl v
|
.It Fl v
|
||||||
@@ -99,8 +103,11 @@ Turn on passive mode.
|
|||||||
Enables debugging.
|
Enables debugging.
|
||||||
.It Fl g
|
.It Fl g
|
||||||
Disables file name globbing.
|
Disables file name globbing.
|
||||||
.It Fl -no-gss-bindings
|
.It Fl -no-gss-bindings
|
||||||
use GSS-API bindings when talking to peer (ie make sure IP addresses match).
|
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
|
.It Fl l
|
||||||
Disables command line editing.
|
Disables command line editing.
|
||||||
.It Fl x
|
.It Fl x
|
||||||
|
Reference in New Issue
Block a user