Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Adds input data for this transfer to be the text you provide.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.7 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
curl | The CURL session handle. | $curl | |
text | The text to send. | ||
Encoding | The text encoding. Default is UTF-8 for version 10.0 or newer and native encoding before. Possible encoding names: ANSI, ISO-8859-1, Latin1, Mac, Native, UTF-8, DOS, Hex, Base64 or Windows. More listed in the FAQ. |
UTF8 | Optional |
Returns "OK" on success.
Add Text:
MBS("CURL.AddInputText"; $curl; "Hello World"; "utf8")
This function checks for a license.
Created 18th August 2014, last changed 6th December 2019