Discuss this help topic in SecureBlackbox Forum

TElSftpStream.Handle

TElSftpStream     


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


Gets the OS handle of the remote file.

Declaration

[C#]
    byte[] Handle;

[VB.NET]
    Property Handle As Byte()

[Pascal]
    property Handle : TSBSftpFileHandle;
    TSBSftpFileHandle = ByteArray;

[C++]
    void get_Handle(std::vector<uint8_t> &OutResult);

[PHP]
    string get_Handle()

[Java]
    byte[] getHandle();

Description

    Use this property to get the operating system handle for the file that the stream encapsulates.

Discuss this help topic in SecureBlackbox Forum