| 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.22214.1022
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 AuthSSL
public:
[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