Workspace 6.21.5
|
Sends a command to a remote machine using the SSH protocol. Requires an existing SSH session.
Inputs: | |||
---|---|---|---|
Session | CSIRO::Ssh::SshSession | An existing SSH session to use. See the SSHLogin operation. | |
Command | QString | The command to execute on the remote system; e.g the command could be "ls" to list files in a directory. | |
Outputs: | |||
Result | QString | The text output of the command. |