SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

ControlReceive Event

Fires when data is received via the control channel.

Syntax

typedef struct {
  String TextLine;
} TsbiFTPClientControlReceiveEventParams;

typedef void __fastcall (__closure *TsbiFTPClientControlReceiveEvent)(System::TObject* Sender, TsbiFTPClientControlReceiveEventParams *e);

__property TsbiFTPClientControlReceiveEvent OnControlReceive = { read=FOnControlReceive, write=FOnControlReceive };

Remarks

TextLine contains the data that was received, which would typically contain a reply to a command (e.g. 200 Command OK).

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