Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.AttribBitsValid

TElSftpFileAttributes     See also     


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


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

Declaration

[C#]
    uint AttribBitsValid;

[VB.NET]
    Property AttribBitsValid As UInt32

[Pascal]
    property AttribBitsValid : Cardinal;

[C++]
    uint32_t get_AttribBitsValid();
    void set_AttribBitsValid(uint32_t Value);

[PHP]
    integer get_AttribBitsValid()
    void set_AttribBitsValid(integer $Value)

[Java]
    int getAttribBitsValid();
    void setAttribBitsValid(int Value);

Values:

Description

    Bits not set in this property are ignored in the AttribBits property. 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:     AttribBits    

Discuss this help topic in SecureBlackbox Forum