Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.AttribBits

TElSftpFileAttributes     See also     


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


This field, taken together with AttribBitsValid, reflect various attributes of the file or directory, on the server.

Declaration

[C#]
    uint AttribBits;

[VB.NET]
    Property AttribBits As UInt32

[Pascal]
    property AttribBits : Cardinal;

[C++]
    uint32_t get_AttribBits();
    void set_AttribBits(uint32_t Value);

[PHP]
    integer get_AttribBits()
    void set_AttribBits(integer $Value)

[Java]
    int getAttribBits();
    void setAttribBits(int Value);

Values:

Description

    Bits not set in AttribBitsValid are ignored. This allows both the server and the client to communicate only the bits it knows about without inadvertently twiddling bits they don't understand.
    This feature is supported since version 5 of the SFTP protocol.

See also:     AttribBitsValid    

Discuss this help topic in SecureBlackbox Forum