SSLFTPClientAuth(SSLFTPSSLVersion) Method
Switches the control-channel (the connection which carries commands)
to secure mode.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void Auth(
SSLFTPSSLVersion sslVersion
)
Public Sub Auth (
sslVersion As SSLFTPSSLVersion
)
public:
void Auth(
SSLFTPSSLVersion sslVersion
)
member Auth :
sslVersion : SSLFTPSSLVersion -> unit
Parameters
- sslVersion SSLFTPSSLVersion
- Version of SSL to use
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).