edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SecureFTPConnectionMaxSSLVersion Property

[FTPS Only] Maximum SSL/TLS version to use.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public SSLFTPSSLVersion MaxSSLVersion { get; set; }

Property Value

SSLFTPSSLVersion

Remarks

edtFTPnet/PRO supports SSL 3.0, TLS 1.0, TLS 1.1 and TLS 1.2. TLS is the successor to SSL and should be used unless the server does not support it - SSL 3.0 has various vulnerabilities such as the POODLE exploit. SSLFTPSSLVersion.DETECT no longer will interoperate with SSL 3.0.

See Also