Discuss this help topic in SecureBlackbox Forum
Specifies security settings for data channel
Declaration
[VB.NET]
Property EncryptData As Boolean
[Pascal]
property EncryptData : boolean;
[C++]
bool get_EncryptData();
void set_EncryptData(bool Value);
[PHP]
bool get_EncryptData()
void set_EncryptData(bool $Value)
[Java]
boolean getEncryptData();
void setEncryptData(boolean Value);
Description
If this property value is
True the channel used for data transfer
(files, directory listings) will be encrypted, otherwise only command channel will be encrypted.
Discuss this help topic in SecureBlackbox Forum