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 name | Description | |
|---|---|---|
| Sftp |
SFTP protocol.
| |
| Scp | ||
| Shell |
Virtual shell for SSH remote shell or for SCP protocol.
| |
| Tunneling |
SSH tunneling (port forwarding). Only outgoing tunnels are supported at the moment.
|