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 nameDescription
Supported by the .NET Compact FrameworkDefault
Default shell type (determined by server module).
Supported by the .NET Compact FrameworkEmpty
Customizable shell. Only provides an "exit" command by default.
Supported by the .NET Compact FrameworkScp
Simple shell that provides basic commands used by SCP clients.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also