SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ListEntry Event

Reports a single entry from the requested directory listing.

Syntax

ANSI (Cross Platform)
virtual int FireListEntry(FTPClientListEntryEventParams *e);
typedef struct {
const char *Filename; int reserved; } FTPClientListEntryEventParams; Unicode (Windows) virtual INT FireListEntry(FTPClientListEntryEventParams *e);
typedef struct {
LPCWSTR Filename; INT reserved; } FTPClientListEntryEventParams;
- (void)onListEntry:(NSString*)filename;
#define EID_FTPCLIENT_LISTENTRY 8

virtual INT SECUREBLACKBOXLITE_CALL FireListEntry(LPSTR &lpszFilename);

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