SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ControlSend Event

Fires when data is about to be set via the control channel.

Syntax

ANSI (Cross Platform)
virtual int FireControlSend(FTPClientControlSendEventParams *e);
typedef struct {
const char *TextLine; int reserved; } FTPClientControlSendEventParams; Unicode (Windows) virtual INT FireControlSend(FTPClientControlSendEventParams *e);
typedef struct {
LPCWSTR TextLine; INT reserved; } FTPClientControlSendEventParams;
- (void)onControlSend:(NSString*)textLine;
#define EID_FTPCLIENT_CONTROLSEND 3

virtual INT SECUREBLACKBOXLITE_CALL FireControlSend(LPSTR &lpszTextLine);

Remarks

TextLine contains the data to be sent, which would typically contain a command issued by the client (e.g. CWD dir).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]