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
Sends a command to listening application.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Utility | 2.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
This function was deprecated. Use CURL functions to send or WebHook functions to receive instead.
Parameter | Description | Example |
---|---|---|
Host | IP or domain name of the target computer. | 127.0.0.1 |
Port | Port number to use. | 9999 |
Parameters... | Parameters to send. | "RunScript" |
Returns function result or an error message.
Sends a SQL select command:
MBS("SendCommand"; "127.0.0.1"; 9999; "SQLSelect"; "SELECT * FROM testTable")
This function checks for a license.
Created 18th August 2014, last changed 25th October 2021