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

SSLFTPClientProt Method

Defines the security-level of subsequent data-transfers.

Definition

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

Parameters

protectionType  SSLFTPDataProtectionType
Protection type - either Clear or Private.

Remarks

One of the Auth() methods must be called prior to calling this method. In most cases, calling Auth() will also implicitly cause this method to be called, so it's usually unnecessary to call this method explicitly.

See Also