-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.Execute
Andrew Lambert edited this page Sep 8, 2023
·
8 revisions
Function Execute(Command As String) As Boolean
Name | Type | Comment |
---|---|---|
Command |
String | A command line (without line endings). |
Returns True
if the command was executed. Check Channel.LastError if this method returns False
.
Execute a program on the server and attach its stdin, stdout, and stderr streams to this channel. This is equivalent to calling ProcessStart("exec", Command)
.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.