Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.OtherExecute

TElSftpFileAttributes     See also     


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


Specifies the execute access right for a file for the user who is not its owner and doesn't belong to the same group as file.

Declaration

[C#]
    bool OtherExecute;

[VB.NET]
    Property OtherExecute As Boolean

[Pascal]
    property OtherExecute: boolean;

[C++]
    bool get_OtherExecute();
    void set_OtherExecute(bool Value);

[PHP]
    bool get_OtherExecute()
    void set_OtherExecute(bool $Value)

[Java]
    boolean getOtherExecute();
    void setOtherExecute(boolean Value);

Description

    Use this property to get/set if regular user (not file owner and not a member of the file group) can execute this file.

See also:     OtherRead     OtherWrite     GroupExecute     UserExecute    

Discuss this help topic in SecureBlackbox Forum