SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

ControlSend Event

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

Syntax

class FTPClientControlSendEventParams {
public:
  const QString &TextLine();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void ControlSend(FTPClientControlSendEventParams *e);
// Or, subclass FTPClient and override this emitter function. virtual int FireControlSend(FTPClientControlSendEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8166]