Public Member Functions | |
| SshHelper (string host, string username, string password) | |
| void | Write (string data) |
| string | WriteAndRead (string data) |
| void | SendCtrlC () |
| void | SendCtrlZ () |
| string | ReadResponse () |
| string | ReadBuffer (int size) |
| void | Close () |
Definition at line 9 of file SshHelper.cs.
| Tamir.SshHelper.SshHelper | ( | string | host, | |
| string | username, | |||
| string | password | |||
| ) |
Definition at line 18 of file SshHelper.cs.
| void Tamir.SshHelper.Close | ( | ) |
Definition at line 106 of file SshHelper.cs.
| string Tamir.SshHelper.ReadBuffer | ( | int | size | ) |
Definition at line 81 of file SshHelper.cs.
| string Tamir.SshHelper.ReadResponse | ( | ) |
Definition at line 75 of file SshHelper.cs.
| void Tamir.SshHelper.SendCtrlC | ( | ) |
Definition at line 61 of file SshHelper.cs.
| void Tamir.SshHelper.SendCtrlZ | ( | ) |
Definition at line 68 of file SshHelper.cs.
| void Tamir.SshHelper.Write | ( | string | data | ) |
Definition at line 49 of file SshHelper.cs.
| string Tamir.SshHelper.WriteAndRead | ( | string | data | ) |
Definition at line 55 of file SshHelper.cs.
1.5.9