Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.OtherRead

TElSftpFileAttributes     See also     


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


Specifies the read 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 OtherRead;

[VB.NET]
    Property OtherRead As Boolean

[Pascal]
    property OtherRead: boolean;

[C++]
    bool get_OtherRead();
    void set_OtherRead(bool Value);

[PHP]
    bool get_OtherRead()
    void set_OtherRead(bool $Value)

[Java]
    boolean getOtherRead();
    void setOtherRead(boolean Value);

Description

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

See also:     OtherExecute     OtherWrite     GroupRead     UserRead    

Discuss this help topic in SecureBlackbox Forum