Method | Description | |
---|---|---|
Close ( ) : void | ||
ReadBuffer ( int size ) : string | ||
ReadResponse ( ) : string | ||
SendCtrlC ( ) : void | ||
SendCtrlZ ( ) : void | ||
SshHelper ( string host, string username, string password ) : System.IO | ||
Write ( string data ) : void | ||
WriteAndRead ( string data ) : string |
Method | Description | |
---|---|---|
ReadTest ( ) : string | ||
RemoveJunk ( |
||
RemoveJunk ( string str ) : string | ||
Replace ( |
||
Replace ( string str, string toReplace, string replcaeWith ) : string |
public SshHelper ( string host, string username, string password ) : System.IO | ||
host | string | |
username | string | |
password | string | |
return | System.IO |