Skip to content
Snippets Groups Projects
Commit 3050f106 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

silly typo, pointed out by Fabian Keil

parent 175fc509
No related branches found
No related tags found
No related merge requests found
......@@ -957,7 +957,7 @@ instead of PORT by using \fI--disable-eprt\fP. EPRT is really PORT++.
Starting in 7.19.5, you can append \&":[start]-[end]\&" to the right of the
address, to tell curl what TCP port range to use. That means you specify a
port range, from a lower to a higher number. A single number works as well,
but do not that it increases the risk of failure since the port may not be
but do note that it increases the risk of failure since the port may not be
available.
.IP "-q"
If used as the first parameter on the command line, the \fIcurlrc\fP config
......
......@@ -1073,7 +1073,7 @@ address. Default FTP operations are passive, and thus won't use PORT.
Starting in 7.19.5, you can append \&":[start]-[end]\&" to the right of the
address, to tell libcurl what TCP port range to use. That means you specify a
port range, from a lower to a higher number. A single number works as well,
but do not that it increases the risk of failure since the port may not be
but do note that it increases the risk of failure since the port may not be
available.
You disable PORT again and go back to using the passive version by setting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment