mirror of
https://github.com/curl/curl.git
synced 2026-04-29 20:22:11 +03:00
how to disable FTP PORT
This commit is contained in:
parent
44b9ccb7e2
commit
9faf57ee8d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue