[curlopt_ftpsslauth] is used together with [curl->set]. It alters how curl issues AUTH TLS or AUTH SSL when FTP over SSL is activated. See [curlopt_ftp_ssl].
The parameter expected by [curl->set] is an integer. The methods listed below are representing the values that can be accepted.
curlopt_ftpsslauth
Code
local(c = curl('ftp://ftp.example.com/'))
#c->set(curlopt_userpwd, "myuser:mypassword")
#c->set(curlopt_ftp_ssl, 1)
#c->set(curlopt_ftpsslauth, curlftpauth_ssl)
local(result = #c->result)
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments