property IsSecure: boolean;
Description
Determines whether the connection to FTP server is protected.
When IsSecure is set to False, data is transferred as plaintext.
When IsSecure is set to True, the TLS/SSL protocol is used, and data is transferred in an encrypted form.
This property is read-only.
See also