Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.GIDBit

TElSftpFileAttributes     See also     


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


Specifies if the file will be executed with rights of group

Declaration

[C#]
    bool GIDBit;

[VB.NET]
    Property GIDBit As Boolean

[Pascal]
    property GIDBit: boolean;

[C++]
    bool get_GIDBit();
    void set_GIDBit(bool Value);

[PHP]
    bool get_GIDBit()
    void set_GIDBit(bool $Value)

[Java]
    boolean getGIDBit();
    void setGIDBit(boolean Value);

Description

     This property contains one of permission bits. If it is True, it indicates that the file is executed with rights of group, to which the file owner belongs. If the file has GIDBit set to True on the remote system it does not necessarily imply that it should have this property as True on the local system.
     On directories, the set GID bit indicates that files in the directory should inherit group ownership from the directory instead of being set to Group ownership of the process that created the file.

See also:     GID     UIDBit     StickyBit    

Discuss this help topic in SecureBlackbox Forum