 | 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.ClientAssembly: 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()<ObsoleteAttribute("Please use AuthTLS() method unless older 'AUTH SSL' command is needed.")>
Public Sub AuthSSLpublic:
[ObsoleteAttribute(L"Please use AuthTLS() method unless older 'AUTH SSL' command is needed.")]
void AuthSSL()
[<ObsoleteAttribute("Please use AuthTLS() method unless older 'AUTH SSL' command is needed.")>]
member AuthSSL : unit -> unit
See Also