SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_list_entry Event

Reports a single entry from the requested directory listing.

Syntax

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

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

Remarks

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

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