Discuss this help topic in SecureBlackbox Forum
Containes reply data.
Declaration
[VB.NET]
Property ReplyData As Byte()
[Pascal]
property ReplyData : ByteArray;
[C++]
void get_ReplyData(std::vector<uint8_t> &OutResult);
void set_ReplyData(const std::vector<uint8_t> &Value);
[PHP]
string get_ReplyData()
void set_ReplyData(array of byte|string|NULL $Value)
[Java]
byte[] getReplyData();
void setReplyData(byte[] Value);
Description
Use this property to get or set the raw data of the SFTP server reply.
Discuss this help topic in SecureBlackbox Forum