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.

Execute VI

cstrCommand 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.
iToolkit_lvlib_ChannellvclassChannel Out is the same object from Channel In.
cToolkit_lvlib_ChannellvclassChannel In represents a libssh2lv shared library Channel struct.
ierrcodeclstError 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.

cerrcodeclstError 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.