Specifies virtual shell type.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ShellType |
| C# |
|---|
public enum ShellType |
Members
| Member name | Description | |
|---|---|---|
| Default |
Default shell type (determined by server module).
| |
| Empty |
Customizable shell. Only provides an "exit" command by default.
| |
| Scp |
Simple shell that provides basic commands used by SCP clients.
|