SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ControlReceive Event

Fires when data is received via the control channel.

Syntax

typedef struct {
  String TextLine;
} TsbxFTPClientControlReceiveEventParams;

typedef void __fastcall (__closure *TsbxFTPClientControlReceiveEvent)(System::TObject* Sender, TsbxFTPClientControlReceiveEventParams *e);

__property TsbxFTPClientControlReceiveEvent 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 2020 C++ Builder Edition - Version 20.0 [Build 8154]