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 nameDescription
Supported by the .NET Compact FrameworkTLS
Use "AUTH TLS" command to secure the connection.
Supported by the .NET Compact FrameworkSSL
Use "AUTH SSL" command to secure the connection.
Supported by the .NET Compact FrameworkAny
Try "AUTH TLS" first and try "AUTH SSL" if it fails.
Supported by the .NET Compact FrameworkTumbleweedTunnel
Tumbleweed custom 'SSL tunnel' mode. Should not be used because it is outdated and insecure.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also