Meet us at at Real World in Orlando, Florida.

All functions   Mac OS X   Windows   Crossplatform   Components   Guides  
New in version: 2.0   2.1   2.2   2.3   2.4   2.5   2.6   2.7   2.8  

CURL.SetOptionProtocols

Component: CURL
Version: 2.5
Mac OS X: Works
Windows: Works

MBS( "CURL.SetOptionProtocols"; handle; value )

Parameters

Parameter Description Example value
Handle The CURL session handle. $curl
Value The bitmask defining which protocols to use. 1

Result

Returns "OK" on success.

Description

Limit which protocols are used.
Pass a number that holds a bitmask of protocol values (See below). If used, this bitmask limits what protocols libcurl may use in the transfer. This allows us to have a plugin built to support a wide range of protocols but still limit specific transfers to only be allowed to use a subset of them. By default libcurl will accept all protocols it supports. See also CURL.SetOptionRedirProtocols.

HTTP1
HTTPS2
FTP4
FTPS8
SCP16
SFTP32
TELNET64
LDAP128
LDAPS256
DICT512
FILE1024
TFTP2048
IMAP4096
IMAPS8192
POP316384
POP3S32768
SMTP65536
SMTPS131072
RTSP262144
ALL-1

Feedback: Report problem or ask question.




Links
MBS Realbasic tutorial videos - Nachhilfe in Wassenach