Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLSMBS class.

Previous items

CURLSMBS.kSSHAuthDefault = -1

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSH Authentication modes.

Default: Any

CURLSMBS.kSSHAuthGSSAPI = 32

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSH Authentication modes.

gssapi (kerberos, ...)

CURLSMBS.kSSHAuthHost = 4

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSH Authentication modes.

host key files

CURLSMBS.kSSHAuthKeyboard = 8

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSH Authentication modes.

keyboard interactive

CURLSMBS.kSSHAuthNone = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSH Authentication modes.

none allowed, silly but complete

CURLSMBS.kSSHAuthPassword = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSH Authentication modes.

password

CURLSMBS.kSSHAuthPublicKey = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSH Authentication modes.

public/private key files

CURLSMBS.kSSLOptionAllowBeast = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 20.3
One of the SSL option flags.

tells libcurl to allow the BEAST SSL vulnerability in the name of improving interoperability with older servers. Some SSL libraries have introduced work-arounds for this flaw but those work-arounds sometimes make the SSL communication fail. To regain functionality with those broken servers, a user can this way allow the vulnerability back.

CURLSMBS.kSSLOptionAutoClientCert = 32

Type Topic Plugin Version
const CURL MBS CURL Plugin 21.3
One of the SSL option flags.

Tells libcurl to automatically locate and use a client certificate for authentication. (Schannel)

CURLSMBS.kSSLOptionNativeCA = 16

Type Topic Plugin Version
const CURL MBS CURL Plugin 20.3
One of the SSL option flags.

tells libcurl to use standard certificate store of operating system. Currently implemented under MS-Windows.

CURLSMBS.kSSLOptionNoPartialChain = 4

Type Topic Plugin Version
const CURL MBS CURL Plugin 20.3
One of the SSL option flags.

tells libcurl to *NOT* accept a partial certificate chain if possible. The OpenSSL backend has this ability.

CURLSMBS.kSSLOptionNoRevoke = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 20.3
One of the SSL option flags.

tells libcurl to disable certificate revocation checks for those SSL backends where such behavior is present.

CURLSMBS.kSSLOptionRevokeBestEffort = 8

Type Topic Plugin Version
const CURL MBS CURL Plugin 20.3
One of the SSL option flags.

tells libcurl to ignore certificate revocation offline checks and ignore missing revocation list for those SSL backends where such behavior is present.

CURLSMBS.kSSLVersionDefault = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the SSL Version constants for the OptionSSLVersion property.

The default acceptable version range. The minimum acceptable version is by default TLS v1.0 since 7.39.0 (unless the TLS library has a stricter rule).

CURLSMBS.kSSLVersionSSLv2 = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the SSL Version constants for the OptionSSLVersion property.

SSL v2 (but not SSLv3)

CURLSMBS.kSSLVersionSSLv3 = 3

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the SSL Version constants for the OptionSSLVersion property.

SSL v3 (but not SSLv2)

CURLSMBS.kSSLVersionTLSv1 = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the SSL Version constants for the OptionSSLVersion property.

TLS v1.0 or later

CURLSMBS.kSSLVersionTLSv10 = 4

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the SSL Version constants for the OptionSSLVersion property.

TLS v1.0 or later (Added in 7.34.0)

CURLSMBS.kSSLVersionTLSv11 = 5

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the SSL Version constants for the OptionSSLVersion property.

TLS v1.1 or later (Added in 7.34.0)

CURLSMBS.kSSLVersionTLSv12 = 6

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the SSL Version constants for the OptionSSLVersion property.

TLS v1.2 or later (Added in 7.34.0)

CURLSMBS.kSSLVersionTLSv13 = 7

Type Topic Plugin Version
const CURL MBS CURL Plugin 17.2
One of the SSL Version constants for the OptionSSLVersion property.

TLS v1.3 or later (Added in 7.52.0)

CURLSMBS.kTimeConditionIfModifiedSince = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the time condition constants for the OptionTimeCondition property.

CURLSMBS.kTimeConditionIfUnModifiedSince = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the time condition constants for the OptionTimeCondition property.

CURLSMBS.kTimeConditionNone = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the time condition constants for the OptionTimeCondition property.

No condition.

CURLSMBS.kUpkeepIntervalDefault = 50000

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.5
The default connection upkeep interval in milliseconds.

CURLSMBS.kUseSSLall = 3

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSL constants for the OptionFTPSSL property.

Require SSL for all communication or fail with kError_FTP_SSL_FAILED.

CURLSMBS.kUseSSLcontrol = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSL constants for the OptionFTPSSL property.

Require SSL for the control connection or fail with kError_FTP_SSL_FAILED.

CURLSMBS.kUseSSLnone = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSL constants for the OptionFTPSSL property.

Don't attempt to use SSL.

CURLSMBS.kUseSSLtry = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the SSL constants for the OptionFTPSSL property.

Try using SSL, proceed as normal otherwise.

CURLSMBS.kWebSocketRaw = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 23.0
One of the options for web sockets.

RAW mode for WebSocketOptions.

Previous items

The items on this page are in the following plugins: MBS CURL Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...