SSLFTPClientProt Method
Defines the security-level of subsequent data-transfers.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void Prot(
SSLFTPDataProtectionType protectionType
)
Public Sub Prot (
protectionType As SSLFTPDataProtectionType
)
public:
void Prot(
SSLFTPDataProtectionType protectionType
)
member Prot :
protectionType : SSLFTPDataProtectionType -> unit
Parameters
- protectionType SSLFTPDataProtectionType
- Protection type - either Clear
or Private.
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.