SecureBlackbox Lite 2020 Node.js Edition

Questions / Feedback?

ListEntry Event

Reports a directory listing entry to the application.

Syntax

sftpclient.on('ListEntry', [callback])

Callback

The 'callback' is called when the 'ListEntry' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.filename

Remarks

The class fires this event to report a directory listing entry to the application. FileName contains the entry name.

Use CurrentListEntry to access the details of the entry.

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