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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.SetOptionTelnetOptions
Sets a list of telnet options.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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.
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.SetOptionProxySSLOptions
- CURL.SetOptionSSLOptions
- CURL.SetOptionTFTPNoOptions
Created 18th August 2014, last changed 18th August 2014
CURL.SetOptionTLSAuthUsername - CURL.SetOptionTimeCondition
Feedback: Report problem or ask question.
Links
MBS Xojo blog