FtpSecureUpgradeType Enum
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
Type of TLS/SSL initialization.
Syntax
[Flags]
public enum FtpSecureUpgradeTypeFields
| Name | Description | 
|---|---|
| Any | Try "AUTH TLS" first and try "AUTH SSL" if it fails. | 
| SSL | Use "AUTH SSL" command to secure the connection. | 
| TLS | Use "AUTH TLS" command to secure the connection. |