Discuss this help topic in SecureBlackbox Forum
Gets the OS handle of the remote file.
Declaration
[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