SecureBlackbox 2020 Python Edition

Questions / Feedback?

list_dir_recursive Method

Lists the remote directory contents, recursively.

Syntax

def list_dir_recursive(url: str, include_files: bool, include_directories: bool) -> str: ...

Remarks

Use the IncludeFiles and IncludeDirectories parameters to specify the types of entries you would like to list.

This method returns an uninterpreted string of the listing results. Besides, it fires the on_list_entry event for each entry received, populating the entry in current_list_entry before calling the event.

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