Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.UIDBit

TElSftpFileAttributes     See also     


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


Specifies if the file will be executed with rights of his owner.

Declaration

[C#]
    bool UIDBit;

[VB.NET]
    Property UIDBit As Boolean

[Pascal]
    property UIDBit: boolean;

[C++]
    bool get_UIDBit();
    void set_UIDBit(bool Value);

[PHP]
    bool get_UIDBit()
    void set_UIDBit(bool $Value)

[Java]
    boolean getUIDBit();
    void setUIDBit(boolean Value);

Description

    This property contains one of permission bits. If it is True it indicates that the file will be executed with rights of his owner. If file had UIDBit as True on the remote system it does not necessarily imply that it should have this property as True on the local system.

See also:     UID     GIDBit     StickyBit    

Discuss this help topic in SecureBlackbox Forum