SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

CommandProcessed Event

Signals that a command has been processed by the server.

Syntax

typedef struct {
  __int64 ConnectionID;
  String CurrentDirectory;
  String Command;
  int ReplyCode;
} TsbxFTPServerCommandProcessedEventParams;

typedef void __fastcall (__closure *TsbxFTPServerCommandProcessedEvent)(System::TObject* Sender, TsbxFTPServerCommandProcessedEventParams *e);

__property TsbxFTPServerCommandProcessedEvent OnCommandProcessed = { read=FOnCommandProcessed, write=FOnCommandProcessed };

Remarks

The component fires this event to signal that a command has been processed by the server, and a reply code has been generated.

You can adjust the reply code and the textual comment associated with it in BeforeSendReply event handler.

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