Write Stderr VI
Owning Palette: Channel
Requires: LIBSSH2
Writes binary data to the STDERR stream of the SSH channel represented by this Channel object. Only the first 30KB of the binary data will be written to the remote SSH server's STDERR stream because of a hard-coded 30KB maximum data length in the libssh2lv shared library. If the binary data is larger than 30KB, then this VI should be used in a While loop where multiple writes of smaller chunks, or blocks, to the STDERR stream occur until all of the binary data has been written.
![]() | Write Count is the number of bytes written to the remote SSH server's STDERR stream. This value will be equal to the Data array size if no error occurred while writing to the STDERR stream. |
![]() | Data is the byte array to write to the remote SSH server's STDERR stream. |
![]() | 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. |