View source code
					
 Display the source code in etc/c/curl.d from which this page was generated on
 github.
					
				
				
 Improve this page
					
 Quickly fork, edit online, and submit a pull request for this page.
 Requires a signed-in GitHub account. This works well for small changes.
 If you'd like to make larger changes you may want to consider using
 local clone.
					
				
				
 Page wiki
					
 View or edit the community-maintained wiki page associated with this page.
					
				
			
			Enum etc.c.curl.member CurlOption.ftpsslauth
			122 OBSOLETE, used in 7.12.3. Gone in 7.13.0
123 OBSOLETE. Gone in 7.16.0
124 OBSOLETE, used in 7.12.3. Gone in 7.13.0
125 OBSOLETE, used in 7.12.3. Gone in 7.13.0
126 OBSOLETE, used in 7.12.3. Gone in 7.13.0
127 OBSOLETE. Gone in 7.16.0
128 OBSOLETE. Gone in 7.16.0
When FTP over SSL/TLS is selected (with CURLOPT_USE_SSL), this option can be used to change libcurl's default action which is to first try "AUTH SSL" and then "AUTH TLS" in this order, and proceed when a OK response has been received.
Available parameters are: CURLFTPAUTH_DEFAULT - let libcurl decide CURLFTPAUTH_SSL - try "AUTH SSL" first, then TLS CURLFTPAUTH_TLS - try "AUTH TLS" first, then SSL
Declaration
enum CurlOption { // ... ftpsslauth = 129, // ... }