File: ftp.1

package info (click to toggle)
manpages-de 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 71,404 kB
  • sloc: sh: 1,059; makefile: 71; python: 64; perl: 37; sed: 11
file content (85 lines) | stat: -rw-r--r-- 2,051 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
.TH FTP "1" "May 2015" "GNU inetutils 1.9.2.67-d7a1" "User Commands"
.SH NAME
ftp \- File Transfer Protocol client.
.SH SYNOPSIS
.B ftp
[\fI\,OPTION\/\fR...] [\fI\,HOST \/\fR[\fI\,PORT\/\fR]]
.SH DESCRIPTION
Remote file transfer.
.TP
\fB\-4\fR, \fB\-\-ipv4\fR
contact IPv4 hosts
.TP
\fB\-6\fR, \fB\-\-ipv6\fR
contact IPv6 hosts
.TP
\fB\-A\fR, \fB\-\-active\fR
enable active mode transfer
.TP
\fB\-d\fR, \fB\-\-debug\fR
enable debugging output
.TP
\fB\-e\fR, \fB\-\-no\-edit\fR
disable command line editing
.TP
\fB\-g\fR, \fB\-\-no\-glob\fR
turn off file name globbing
.TP
\fB\-i\fR, \fB\-\-no\-prompt\fR
do not prompt during multiple file transfers
.TP
\fB\-n\fR, \fB\-\-no\-login\fR
do not automatically login to the remote system
.TP
\fB\-N\fR, \fB\-\-netrc\fR=\fI\,NETRC\/\fR
select a specific initialization file
.TP
\fB\-p\fR, \fB\-\-passive\fR
enable passive mode transfer, default for `pftp'
.TP
\fB\-\-prompt\fR[=\fI\,PROMPT\/\fR]
print a command line PROMPT (optionally), even if
not on a tty
.TP
\fB\-t\fR, \fB\-\-trace\fR
enable packet tracing
.TP
\fB\-v\fR, \fB\-\-verbose\fR
verbose output
.TP
\-?, \fB\-\-help\fR
give this help list
.TP
\fB\-\-usage\fR
give a short usage message
.TP
\fB\-V\fR, \fB\-\-version\fR
print program version
.PP
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
.SH AUTHOR
Written by many authors.
.SH "REPORTING BUGS"
Report bugs to <bug\-inetutils@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
ftpd(1)
.PP
The full documentation for
.B ftp
is maintained as a Texinfo manual.  If the
.B info
and
.B ftp
programs are properly installed at your site, the command
.IP
.B info ftp
.PP
should give you access to the complete manual.