ShellType Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Specifies virtual shell type.
Syntax
public enum ShellType
Fields
| 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. |