FileServerProtocol Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Specifies a protocol (module) to be used with FileServer.
Syntax
public enum FileServerProtocol
Fields
| Name | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Ftp | FTP over TLS in explicit mode (or plain mode if enabled). Set FileServer.Settings.FtpControlProtection to select enabled modes:
|
||||||||
| FtpImplicit | FTP over TLS in implicit mode. |
||||||||
| Sftp | SFTP protocol. |
||||||||
| Shell | Virtual shell for SSH remote shell or for SCP protocol. |
||||||||
| Tunneling | SSH outgoing tunneling (port forwarding) or incoming tunneling (when EnableReverseTunneling is set). |