Method requestExec request the SSH server to start the execution of the given command. The command string may contain a path.

Namespace: Jscape.Ssh
Assembly: 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

ExceptionCondition
Jscape.Ssh..::..SshExceptionif an I/O error occurs

See Also