Ssh.StartCommand Method
Namespace: Rebex.Net
Assembly: Rebex.SshShell.dll (version 7.0.9448)
StartCommand(String)
Starts a remote command.
Declaration
public Shell StartCommand(string command)
Parameters
| Type | Name | Description |
|---|---|---|
| String | command | Command to execute. |
Returns
| Type | Description |
|---|---|
| Shell | Shell object. |