SshConsole Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Represents an SSH console which provides methods for reading and writing.
Syntax
public class SshConsole
Inherited Members
Properties
Name | Description |
---|---|
Current |
Gets the current path. |
Has |
Gets a value indicating whether the console has a pseudo-terminal. |
User | Gets the authenticated user. |
Methods
Name | Description |
---|---|
Clear() | Clears the console. |
Get |
Returns standard error stream for this console, if available. |
Get |
Returns standard input stream for this console. |
Get |
Returns standard output stream for this console. |
Read |
Reads the next character from the Ssh |
Read |
Reads the next line of characters from the Ssh |
Read |
Reads the next line of characters from the Ssh |
Write(Object) | Writes the text representation of the specified object to the Ssh |
Write(String, Object[]) | Writes the text respresentation of the specified array of objects to the Ssh |
Write |
Writes a newline to the Ssh |
Write |
Writes the text representation of the specified object, followed by the newline,
to the Ssh |
Write |
Writes the text representation of the specified array of objects, followed
by the newline, to the Ssh |