SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

CommandReceived Event

Signals that a command has been received from the client.

Syntax

typedef struct {
  __int64 ConnectionID;
  String Command;
  String Parameters;
  bool Ignore;
} TsbxFTPServerCommandReceivedEventParams;

typedef void __fastcall (__closure *TsbxFTPServerCommandReceivedEvent)(System::TObject* Sender, TsbxFTPServerCommandReceivedEventParams *e);

__property TsbxFTPServerCommandReceivedEvent OnCommandReceived = { read=FOnCommandReceived, write=FOnCommandReceived };

Remarks

The component fires this event to notify the application of an incoming command. Set Ignore to True to stop the server from handling the command.

When the command has been processed, the server will report it via the CommandProcessed call.

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