Discuss this help topic in SecureBlackbox Forum
Contains last transfer command received by the server.
Declaration
[C#]
string LastTransferCommand;
[VB.NET]
Property LastTransferCommand As String
[Pascal]
property LastTransferCommand : string;
[C++]
void get_LastTransferCommand(std::string &OutResult);
[PHP]
string get_LastTransferCommand()
[Java]
String getLastTransferCommand();
Description
Use this read-only property to get the last transfer command received by the server.
Discuss this help topic in SecureBlackbox Forum