Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLMBS class.

Previous items Next items

CURLMBS.kFormCopyContents = 4

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFormCopyName = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFormEnd = 17

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFormFile = 10

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFormFileContent = 7

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFormFilename = 16

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFormNameLength = 3

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFormPtrContents = 5

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFormPtrName = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 14.3
One of the form constants.

CURLMBS.kFTPAUTH_DEFAULT=0

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the FTP Authentication constants for the OptionFTPSSLAuth property.

Allow libCURL to decide

CURLMBS.kFTPAUTH_SSL=1

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the FTP Authentication constants for the OptionFTPSSLAuth property.

Try "AUTH SSL" first, and only if that fails try "AUTH TLS"

CURLMBS.kFTPAUTH_TLS=2

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the FTP Authentication constants for the OptionFTPSSLAuth property.

Try "AUTH TLS" first, and only if that fails try "AUTH SSL"

CURLMBS.kFTPMethodDefault = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the FTP CWD method.

let libcurl pick

CURLMBS.kFTPMethodMultiCWD = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the FTP CWD method.

single CWD operation for each path part

CURLMBS.kFTPMethodNoCWD = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the FTP CWD method.

no CWD at all

CURLMBS.kFTPMethodSingleCWD = 3

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the FTP CWD method.

one CWD to full dir, then work on file

CURLMBS.kFTPSSL_ALL=3

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

Require SSL for all communication or fail with kError_FTP_SSL_FAILED.

CURLMBS.kFTPSSL_CONTROL=2

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

Require SSL for the control connection or fail with kError_FTP_SSL_FAILED.

CURLMBS.kFTPSSL_NONE=0

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

Don't attempt to use SSL.

CURLMBS.kFTPSSL_TRY=1

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

Try using SSL, proceed as normal otherwise.

CURLMBS.kGSSAPIDelegationFlag = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the GSS API delegation modes.

delegate always

CURLMBS.kGSSAPIDelegationNone = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the GSS API delegation modes.

no delegation (default)

CURLMBS.kGSSAPIDelegationPolicyFlag = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the GSS API delegation modes.

if permitted by policy

CURLMBS.kHTTP_VERSION_1_0 = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the HTTP Version constants for the OptionHTTPVersion property.

Enforce HTTP 1.0 requests.

CURLMBS.kHTTP_VERSION_1_1 = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the HTTP Version constants for the OptionHTTPVersion property.

Enforce HTTP 1.1 requests.

CURLMBS.kHTTP_VERSION_2TLS = 4

Type Topic Plugin Version
const CURL MBS CURL Plugin 17.2
One of the HTTP Version constants for the OptionHTTPVersion property.

use version 2 for HTTPS, version 1.1 for HTTP

CURLMBS.kHTTP_VERSION_2_0 = 3

Type Topic Plugin Version
const CURL MBS CURL Plugin 17.2
One of the HTTP Version constants for the OptionHTTPVersion property.

please use HTTP 2 in the request

CURLMBS.kHTTP_VERSION_2_PRIOR_KNOWLEDGE = 5

Type Topic Plugin Version
const CURL MBS CURL Plugin 17.2
One of the HTTP Version constants for the OptionHTTPVersion property.

please use HTTP 2 without HTTP/1.1 Upgrade

CURLMBS.kHTTP_VERSION_3 = 30

Type Topic Plugin Version
const CURL MBS CURL Plugin 19.4
One of the HTTP Version constants for the OptionHTTPVersion property.

please use HTTP 3 in the request

CURLMBS.kHTTP_VERSION_3Only = 31

Type Topic Plugin Version
const CURL MBS CURL Plugin 23.1
One of the HTTP Version constants for the OptionHTTPVersion property.

Use HTTP/3 without fallback. For HTTPS only. For HTTP, this makes libcurl return error.

Previous items Next 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...