property EncryptDataChannel: boolean; default False;
Description
The EncryptDataChannel property determines whether a data channel connection is protected using a TLS/SSL protocol.
EncryptDataChannel is used when uploading and downloading files, as well as when obtaining a list of files to establish a TLS connection for a data channel that performs data transfer operations.
Set the property to True, to transfer data in a protected mode.
The default value is False.
See Also