Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.FileTypeByte

TElSftpFileAttributes     See also     


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


Contains type of the file.

Declaration

[C#]
    byte FileTypeByte;

[VB.NET]
    Property FileTypeByte As Byte

[Pascal]
    property FileTypeByte: Byte;

[C++]
    uint8_t get_FileTypeByte();
    void set_FileTypeByte(uint8_t Value);

[PHP]
    integer get_FileTypeByte()
    void set_FileTypeByte(integer $Value)

[Java]
    byte getFileTypeByte();
    void setFileTypeByte(byte arg0);

Values:

Description

    This property contains type of the file: file, directory, symbolic link, special, unknown, socket, char device, block device, FIFO-file.
    Note, that the SSH_FILEXFER_TYPE_ERRONEOUS value should not happen, but it will in case of invalid client.

See also:     FileType    

Discuss this help topic in SecureBlackbox Forum