FtpSecureUpgradeType Enum
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Type of TLS/SSL initialization.
Syntax
[Flags]
public enum FtpSecureUpgradeType
Fields
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. |