aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-17 23:23:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-17 23:23:11 +0000
commit9faf57ee8d53c1ca253c318364e80f74c707eeca (patch)
treebfd9ff4b03c782483f1fe780d1b57b94ccfc8388 /docs
parent44b9ccb7e25250419d99ec5be8f3821419042102 (diff)
how to disable FTP PORT
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.33
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index b5f0de9a8..8b3a7f30a 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -502,6 +502,9 @@ tells the remote server to connect to our specified IP address. The string may
be a plain IP address, a host name, an network interface name (under Unix) or
just a '-' letter to let the library use your systems default IP
address. Default FTP operations are passive, and thus won't use PORT.
+
+You disable PORT again and go back to using the passive version by setting
+this option to NULL.
.TP
.B CURLOPT_QUOTE
Pass a pointer to a linked list of FTP commands to pass to the server prior to