Executes the specified command text.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- commandText
- Type:
System String
The command text.
Return Value
Command execution resultExceptions
| Exception | Condition |
|---|---|
| Renci.SshNet.Common SshConnectionException | Client is not connected. |
| Renci.SshNet.Common SshOperationTimeoutException | Operation has timed out. |
See Also