Discuss this help topic in SecureBlackbox Forum
This event is fired when TElAS3Client
sends command to the server.
Declaration
[Java]
TSBFTPSTextDataAsStringEvent getOnControlSendAsString();
void setOnControlSendAsString(TSBFTPSTextDataAsStringEvent Value);
TSBFTPSTextDataAsStringEvent.Callback OnControlSendAsString = new TSBFTPSTextDataAsStringEvent.Callback() {
public void TSBFTPSTextDataAsStringEventCallback(TObject arg0, String arg1) {
//...
}
}
Parameters
- TextLine - text line that contains command
Description
This event is fired when TElAS3Client
sends command to the server.
This event is similar to
OnControlSend,
except that
TextLine is converted from byte array using the server codepage and charset.
Discuss this help topic in SecureBlackbox Forum