property ACEs: TScSFTPACEs;
Description
ACL (Access Control List) attribute (taken from NFS Version 4 Protocol [RFC3010]) is an array of access control entries (ACE).
The ACEs property holds a list of TScSFTPACEItem objects, that represent ACE which are used in the SFTP protocol.
Note: This property is supported starting with version 4 of the SFTP protocol.
See Also