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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
--- doc/lftp.1.orig 2019-08-26 20:28:00 UTC
+++ doc/lftp.1
@@ -165,7 +165,7 @@ any command that accepts input URLs using the \fIbm:si
.Sp
.RS
.TS
-l lx .
+l l .
add <name> [<loc>] T{
add current place or given location to bookmarks and bind to given name
T}
@@ -184,7 +184,7 @@ The following subcommands are recognized:
.Sp
.RE
.TS
-l lx .
+l l .
stat print cache status (default)
on|off turn on/off caching
flush flush cache
@@ -423,7 +423,7 @@ instances of \fIrfile\fP (and \-o \fIlfile\fP). Does n
.Sp
.RS
.TS
-l lx .
+l l .
\-c continue, reget
\-E delete source files after successful transfer
\-e delete target file before the transfer
@@ -452,7 +452,7 @@ Transfer a single file. Options:
.Sp
.RS
.TS
-l lx .
+l l .
\-o <lfile> T{
destination file name (default - basename of rfile)
T}
@@ -479,7 +479,7 @@ Glob given patterns containing metacharacters and pass
.Sp
.RS
.TS
-l lx .
+l l .
\-f plain files (default)
\-d directories
\-a all types
@@ -585,7 +585,7 @@ Gets selected files with expanded wildcards.
.Sp
.RS
.TS
-l lx .
+l l .
\-c continue, reget.
\-d T{
create directories the same as file names and get the files into them instead of current directory.
@@ -619,7 +619,7 @@ name of the source directory is appended.
.Sp
.RS
.TS
-l1 l lx .
+l1 l l .
\-c, \-\-continue T{
continue a mirror job if possible
T}
@@ -871,7 +871,7 @@ local name as remote one. This can be changed by `\-d'
.Sp
.RS
.TS
-l lx .
+l l .
\-c continue, reput
\-d T{
create directories the same as in file names and put the files into them instead of current directory
@@ -959,7 +959,7 @@ Options:
.Sp
.RS
.TS
-l lx .
+l l .
\-c T{
continue transfer. Requires \fIlfile.lftp-pget-status\fP file.
T}
@@ -984,7 +984,7 @@ of \fIlfile\fP is used as remote name. Does not expand
.Sp
.RS
.TS
-l lx .
+l l .
\-o <rfile> T{
specifies remote file name (default - basename of lfile)
T}
@@ -1042,7 +1042,7 @@ destination is given.
.Sp
.RS
.TS
-l lx .
+l l .
\-q Be quiet.
\-v Be verbose.
\-Q T{
@@ -1064,7 +1064,7 @@ Examples:
.Sp
.RS
.TS
-l lx .
+l l .
queue \-d 3 Delete the third item in the queue.
queue \-m 6 4 T{
Move the sixth item in the queue before the fourth.
@@ -1128,7 +1128,7 @@ Default delay is one second, default command is empty.
.Sp
.RS
.TS
-l lx .
+l l .
\-c <count> maximum number of iterations
\-d <delay> delay between iterations
\-\-while\-ok stop when command exits with non-zero code
@@ -1176,7 +1176,7 @@ It can be changed by options:
.Sp
.RS
.TS
-l lx .
+l l .
\-a list all settings, including default values
\-d list only default values, not necessary current ones
.TE
@@ -1236,7 +1236,7 @@ Options:
.Sp
.RS
.TS
-l lx .
+l l .
\-O <directory> T{
specifies base directory where files should be placed
T}
@@ -1514,7 +1514,7 @@ The following escapes are supported:
.Sp
.RS
.TS
-l lx .
+l l .
\\a bell
\\e escape
\\n new line
|