Example: ftp_set_option

In the following example, the ftp_set_option function disables SSL on the data and control connections.

ftp_set_option(&ftp1, "FtpSetOption", "SSL_ON_DATA=FALSE", "SSL_ON_CONTROL=FALSE", LAST );;