Specifies a protocol (module) to be used with FileServer.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Enumeration FileServerProtocol
C#
public enum FileServerProtocol

Members

Member nameDescription
Supported by the .NET Compact FrameworkSftp
SFTP protocol.
Supported by the .NET Compact FrameworkScp
Supported by the .NET Compact FrameworkShell
Virtual shell for SSH remote shell or for SCP protocol.
Supported by the .NET Compact FrameworkTunneling
SSH tunneling (port forwarding). Only outgoing tunnels are supported at the moment.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also