Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.OtherWrite

TElSftpFileAttributes     See also     


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


Specifies the write 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 OtherWrite;

[VB.NET]
    Property OtherWrite As Boolean

[Pascal]
    property OtherWrite: boolean;

[C++]
    bool get_OtherWrite();
    void set_OtherWrite(bool Value);

[PHP]
    bool get_OtherWrite()
    void set_OtherWrite(bool $Value)

[Java]
    boolean getOtherWrite();
    void setOtherWrite(boolean Value);

Description

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

See also:     OtherExecute     OtherRead     GroupWrite     UserWrite    

Discuss this help topic in SecureBlackbox Forum