Sends data to SSH host without command terminator.
Does not wait for shell prompt to be returned.
Namespace: Jscape.SshAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public void SendRaw( string data ) |
Visual Basic |
---|
Public Sub SendRaw ( _ data As String _ ) |
Visual C++ |
---|
public: void SendRaw( String^ data ) |
Parameters
- data
- Type: System..::..String
the data to send