3.7. FTPPORT string

[<<<] [>>>]

curl::option CurlHandle,"FTPPORT","222"

Pass a string as parameter. It will be used to get the IP address to use for the ftp PORT instruction. The PORT instruction 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.


[<<<] [>>>]