Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.UserWrite

TElSftpFileAttributes     See also     


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


Specifies owner's write access right for the file.

Declaration

[C#]
    bool UserWrite;

[VB.NET]
    Property UserWrite As Boolean

[Pascal]
    property UserWrite: boolean;

[C++]
    bool get_UserWrite();
    void set_UserWrite(bool Value);

[PHP]
    bool get_UserWrite()
    void set_UserWrite(bool $Value)

[Java]
    boolean getUserWrite();
    void setUserWrite(boolean Value);

Description

    Use this property to get/set if file owner can write to this file.

See also:     Owner     UserExecute     UserRead     GroupWrite     OtherWrite    

Discuss this help topic in SecureBlackbox Forum