Method requestExec request the SSH server to start the execution of the given command.
The command string may contain a path.
Namespace: Jscape.SshAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public void RequestExec( string command ) |
Visual Basic |
---|
Public Sub RequestExec ( _ command As String _ ) |
Visual C++ |
---|
public: void RequestExec( String^ command ) |
Parameters
- command
- Type: System..::..String
command for execution
Exceptions
Exception | Condition |
---|---|
Jscape.Ssh..::..SshException | if an I/O error occurs |