SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

ListEntry Event

Reports a single entry from the requested directory listing.

Syntax

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

Remarks

FileName contains the filename of the reported entry. Read the details of the entry from CurrentListEntry property.

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