Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

CURL.SetOptionTelnetOptions

Sets a list of telnet options.

Component Version macOS Windows Linux Server iOS SDK
CURL 2.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.SetOptionTelnetOptions"; curl; Value... )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl
Value... The new options. ""

Result

Returns "OK" on success.

Description

Sets a list of telnet options.
Provide a list with variables to pass to the telnet negotiations. The variables should be in the format <option=value>. libcurl supports the options 'TTYPE', 'XDISPLOC' and 'NEW_ENV'. See the TELNET standard for details.

This option takes a list of items. So this function takes a variable number of arguments. If you call function with 2 parameters, you set an empty list. If you call it with 5 parameters, you set a list with 3 values.

This function takes variable number of parameters. Pass as much parameters as needed separated by the semicolon in FileMaker.
Please repeat Value parameter as often as you need.

See also TELNETOPTIONS option in CURL manual.

Examples

Call with three parameters:

MBS( "CURL.SetOptionTelnetOptions"; handle; $value1; $value2; $value3 )

See also

Created 18th August 2014, last changed 5th June 2021


CURL.SetOptionTLSAuthUsername - CURL.SetOptionTimeCondition

💬 Ask a question or report a problem