|
|
| BytesSent | The number of bytes actually sent after an assignment to Stdin.
|
| Command | The command to be sent to the remote host.
|
| Connected | Shows whether the component is connected.
|
| EOF | If True, the connection has closed, and there is no buffered data available.
|
| EOL | Used to break the stdout data stream into chunks separated by its value.
|
| ErrEOL | Used to break the stderr data stream into chunks separated by its value.
|
| ErrorMessage | The error message returned when any of the steps prior to command execution fail.
|
| Firewall | A set of properties related to firewall access.
|
| LocalHost | The name of the local host or user-assigned IP interface through which connections are initiated or accepted.
|
| LocalPort | The TCP port in the local host where the component binds.
|
| LocalUser | The id of the user on the local machine.
|
| RemoteHost | The address of the remote host. Domain names are resolved to IP addresses.
|
| RemotePort | The remote shell service port (default is 514).
|
| RemoteUser | The id of the user on the remote host.
|
| Stderr | Returns the standard error output (stderr) from the remote application.
|
| Stdin | A string of data to be sent to the remote host while connected.
|
| Stdout | Provides the standard output (stdout) from the remote application.
|
| Timeout | A timeout for the component.
|