Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.ClearACEs

TElSftpFileAttributes     See also     


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


Removes all NFS Access Control List attributes from the list.

Declaration

[C#]
    void ClearACEs();

[VB.NET]
    Sub ClearACEs()

[Pascal]
    procedure ClearACEs;

[C++]
    void ClearACEs();

[PHP]
    void ClearACEs()

[Java]
    void clearACEs();

Description

    Use this method to delete all NFS Access Control List attributes from the list.
    This feature is supported since version 4 of the SFTP protocol.

See also:     AddACE     RemoveACE     ACEs     ACECount    

Discuss this help topic in SecureBlackbox Forum