Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.RemoveACE

TElSftpFileAttributes     See also     


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


Removes one NFS Access Control List attribute from the list.

Declaration

[C#]
    void RemoveACE(int Index);

[VB.NET]
    Sub RemoveACE(ByVal Index As Integer)

[Pascal]
    procedure RemoveACE(Index : integer);

[C++]
    void RemoveACE(int32_t Index);

[PHP]
    void RemoveACE(integer $Index)

[Java]
    void removeACE(int Index);

Parameters

  • Index - index of the attribute to be deleted.

Description

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

See also:     AddACE     ClearACEs     ACEs     ACECount    

Discuss this help topic in SecureBlackbox Forum