Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.ACEs

TElSftpFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains NFS Access Control List attribute.

Declaration

[C#]
    TSBSftpACE ACEs[int Index];

[VB.NET]
    Property ACEs(ByVal Index As Integer) As TSBSftpACE

[Pascal]
    property ACEs : TSBSftpACEs;
    
    TSBSftpACEs = array of TSBSftpACE;

[C++]
    TSBSftpACE* get_ACEs(int32_t Index);

[PHP]
    TSBSftpACE get_ACEs(integer $Index)

[Java]
    not available

Parameters

  • Index -

Description

    This property contains an array of access control entries (ACE). There are various access control entry types. The server is able to report which ACE types are supported by returning the appropriate value within the aclsupport attribute.
     ACECount property contains number of ACE records.
    For more information see "NFS version 4 Protocol", RFC 3010, S.Shepler, B Callaghan et al., December 2000.
    This feature is supported since version 4 of the SFTP protocol.

See also:     ACECount    

Discuss this help topic in SecureBlackbox Forum