TLSEncryptData property

TLSEncryptData

Returns or specifies whether or not data is encrypted when the FTP client is configured to use SSL encryption.

Syntax

Get: Value = Object.TLSEncryptData

Set: Object.TLSEncryptData = Value

Data type

Boolean, the default value is True.

Remarks

If UseTLS is set to False, this property is ignored.