Skip to content

libcURL.ConnectionType

Andrew Lambert edited this page Apr 16, 2018 · 8 revisions

libcURL.ConnectionType

Enum Declaration

Protected Enum ConnectionType
  NoSSL
  AttemptSSL
  SSLControlConnectionOnly
  SSLForceAll

Remarks

Used in the EasyHandle class to control the use of SSL/TLS.

ConnectionType Comment
NoSSL Let libcURL decide (default)
AttemptSSL Attempt using SSL, proceed without it if unavailable
SSLControlConnectionOnly Force FTP control connections to use SSL
SSLForceAll Force all connections to use SSL

Clone this wiki locally