Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- CURL.GetOptionTelnetOptions
- CURL.SetOptionHeaderOptions
- CURL.SetOptionLoginOptions
- CURL.SetOptionMimeOptions
- CURL.SetOptionProxySSLOptions
- CURL.SetOptionSSLOptions
- CURL.SetOptionTFTPNoOptions
- CURL.SetOptionWebSocketOptions
Created 18th August 2014, last changed 5th June 2021