Execute VI
Owning Palette: Channel
Requires: LIBSSH2
Creates a single execution context for a SSH channel. To execute multiple commands, either this channel needs to be destroyed and new channel created, or a Shell channel should be used instead.
Command is a shell command, similar to a command entered in a Command Line Interface (CLI). The remote SSH server will execute the command, so conventions and commands that are used and recognized by the remote SSH server should be entered, respectively. | |
Channel Out is the same object from Channel In. | |
Channel In represents a libssh2lv shared library Channel struct. | |
Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. | |
Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |