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

how to disable FTP PORT

parent 44b9ccb7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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