SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_list_entry Event

Reports a directory listing entry to the application.

Syntax

class SFTPClientListEntryEventParams(object):
  @property
  def filename() -> str: ...

# In class SFTPClient:
@property
def on_list_entry() -> Callable[[SFTPClientListEntryEventParams], None]: ...
@on_list_entry.setter
def on_list_entry(event_hook: Callable[[SFTPClientListEntryEventParams], None]) -> None: ...

Remarks

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

Use current_list_entry to access the details of the entry.

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