Type of TLS/SSL initialization.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration FtpSecureUpgradeType |
| C# |
|---|
[FlagsAttribute] public enum FtpSecureUpgradeType |
Members
| Member name | Description | |
|---|---|---|
| TLS |
Use "AUTH TLS" command to secure the connection.
| |
| SSL |
Use "AUTH SSL" command to secure the connection.
| |
| Any |
Try "AUTH TLS" first and try "AUTH SSL" if it fails.
| |
| TumbleweedTunnel |
Tumbleweed custom 'SSL tunnel' mode. Should not be used because it is outdated and insecure.
|