Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.AddACE

TElSftpFileAttributes     See also     


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


Adds one more NFS Access Control List attribute to list.

Declaration

[C#]
    int AddACE();

[VB.NET]
    Function AddACE() As Integer

[Pascal]
    function AddACE : integer;

[C++]
    int32_t AddACE();

[PHP]
    integer AddACE()

[Java]
    int addACE();

Return value

The index of just added attribute.

Description

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

See also:     ClearACEs     RemoveACE     ACEs     ACECount    

Discuss this help topic in SecureBlackbox Forum