edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPClientAuth Method

(Implicit FTPS only) Instructs the server that data-channels should be secure.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void Auth()

Remarks

Although most implicit FTPS servers secure data-channels by default, thus removing the need for this method, some do not. These server require that this method be called to ensure that data-channels are secure.

See Also