Click or drag to resize

FtpAuthTLS Method

Secures the communication with remote server using TLS (explicit SSL/TLS) (RFC 4217). Please use ServerCertificateValidate event to handle self signed certificates.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void AuthTLS()
Remarks
As the SSL/TLS protocols self-negotiate their levels, there is no need to distinguish between SSL and TLS.
See Also