Rebex FTP/SSL for .NET

FtpSecureUpgradeType Enumeration

Type of TLS/SSL initialization.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum FtpSecureUpgradeType

Members

Member Name Description Value
TLS Use "AUTH TLS" command to secure the connection. 1
SSL Use "AUTH SSL" command to secure the connection. 2
Any Try "AUTH TLS" first and try "AUTH SSL" if it fails. 3

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Ftp (in Rebex.Net.Ftp.dll)

See Also

Rebex.Net Namespace