FtpProtection Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Specifies TLS protection mode for FTP protocol.
Syntax
public enum FtpProtection
Fields
| Name | Description |
|---|---|
| Disabled | TLS protection is disabled. Only plain (unencrypted) communication is allowed. |
| Optional | Allow both plain (unencrypted) and TLS protection. |
| Required | Require TLS protection. Prohibit plain (unencrypted) communication. |