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

SSLFTPClientAuth(SSLFTPSSLVersion) Method

Switches the control-channel (the connection which carries commands) to secure mode.

Definition

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

Parameters

sslVersion  SSLFTPSSLVersion
Version of SSL to use

Remarks

If this command succeeds, then all subsequent commands and their corresponding replies will be secure. The client will also switch to private (i.e. secure) data channels immediately after a connection is made. It does this by invoking Pbsz(0) and Prot(DataProtectionType.Private).

See Also