summaryrefslogtreecommitdiff
path: root/ftp/ftp-tls/files/patch-ftp.1.TLS
blob: 3365961fc79edc9240d36b2f16656f2ec0fcfc2c (plain) (blame)
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
--- ftp.1.TLS.orig	Thu Sep  5 21:00:21 2002
+++ ftp.1.TLS	Fri Oct 25 15:28:06 2002
@@ -38,23 +38,23 @@
 .Dt FTP 1
 .Os
 .Sh NAME
-.Nm ftp
+.Nm ftp-tls
 .Nd
 .Tn ARPANET
-file transfer program
+file transfer program supporting FTP AUTH TLS
 .Sh SYNOPSIS
-.Nm ftp
+.Nm ftp-tls
 .Op Fl AVadegimnptv
 .Op Fl o Ar output
 .Op Fl P Ar port
 .Op Fl r Ar seconds
 .Op Fl z Ar TLS option
 .Op Ar host Op Ar port
-.Nm ftp
+.Nm ftp-tls
 ftp://[\fIuser\fR:\fIpassword\fR@]\fIhost\fR[:\fIport\fR]/\fIfile\fR[/]
-.Nm ftp
+.Nm ftp-tls
 http://\fIhost\fR[:\fIport\fR]/\fIfile\fR
-.Nm ftp
+.Nm ftp-tls
 \fIhost\fR:[/\fIpath\fR/]\fIfile\fR[/]
 .Sh DESCRIPTION
 .Nm
@@ -299,7 +299,7 @@
 is provided to the user.
 The following commands are recognized
 by
-.Nm ftp :
+.Nm ftp-tls :
 .Bl -tag -width Fl
 .It Ic \&! Op Ar command Op Ar args
 Invoke an interactive shell on the local machine.
@@ -351,7 +351,7 @@
 .Tn FTP
 session with the remote server
 and exit
-.Nm ftp .
+.Nm ftp-tls .
 An end-of-file will also terminate the session and exit.
 .It Ic case
 Toggle remote computer file name case mapping during
@@ -1135,7 +1135,7 @@
 on remote machine.
 .It Ic status
 Show the current status of
-.Nm ftp .
+.Nm ftp-tls .
 .It Ic struct Op Ar struct-name
 Set the file transfer
 .Ar structure
@@ -1374,9 +1374,7 @@
 c.f. the
 .Ic glob
 command.
-If the
-.Nm
-command expects a single local file (e.g.,
+If the ftp command expects a single local file (e.g.,
 .Ic put ) ,
 only the first filename generated by the
 .Dq globbing
@@ -1608,6 +1606,7 @@
 URL of HTTP proxy to use when making HTTP URL requests.
 .El
 .Sh SEE ALSO
+.Xr tftp 1 ,
 .Xr tftp 1 ,
 .Xr getservbyname 3 ,
 .Xr editrc 5 ,