Click or drag to resize

FtpAuthSSL Method

Note: This API is now obsolete.

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

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
[ObsoleteAttribute("Please use AuthTLS() method unless older 'AUTH SSL' command is needed.")]
public void AuthSSL()
See Also