[FTPS Only] Maximum SSL/TLS version to use.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public SSLFTPSSLVersion MaxSSLVersion { get; set; } |
| Visual Basic |
|---|
Public Property MaxSSLVersion As SSLFTPSSLVersion Get Set |
| Visual C++ |
|---|
public: property SSLFTPSSLVersion MaxSSLVersion { SSLFTPSSLVersion get (); void set (SSLFTPSSLVersion value); } |
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.