Discuss this help topic in SecureBlackbox Forum
This event is used to send commands to the control channel.
Declaration
[Java]
TSBSendEvent getOnCmdSend();
void setOnCmdSend(TSBSendEvent Value);
TSBSendEvent.Callback OnCmdSend = new TSBSendEvent.Callback() {
public void TSBSendEventCallback(TObject arg0, byte[] arg1) {
//...
}
}
Parameters
- Buffer - the block of data to be written to the socket.
- Size - the length of the buffer in bytes.
Description
This event is fired by TElFTPSServer when it needs to send some data via the control channel.
Discuss this help topic in SecureBlackbox Forum