ShellType Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Specifies virtual shell type.
See https://www.rebex.net/file-server/features/ for code snippets of common use cases.
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. |