Differences
This shows you the differences between the selected revisions of the page.
| library_session_enumerateremotefiles 2020-02-10 | library_session_enumerateremotefiles 2023-03-20 (current) | ||
| Line 19: | Line 19: | ||
| </code> | </code> | ||
| - | ==== Parameters ==== | + | ==== [[parameters]] Parameters ==== |
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| | string ==path== | Full path to root remote directory to start enumeration in. | | | string ==path== | Full path to root remote directory to start enumeration in. | | ||
| Line 46: | Line 46: | ||
| ===== [[example]] Examples ===== | ===== [[example]] Examples ===== | ||
| + | |||
| ==== Real-Life Examples ==== | ==== Real-Life Examples ==== | ||
| - | * [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]]; | + | * [[library_example_recursive_search_text|*]]; |
| - | * [[library_example_recursive_download_custom_error_handling|Recursively download directory tree with custom error handling]]; | + | * [[library_example_recursive_download_custom_error_handling|*]]; |
| - | * [[library_example_watch_for_changes|Watching for changes in SFTP/FTP server]]; | + | * [[library_example_watch_for_changes|*]]; |
| - | * [[library_example_parallel_transfers|Automating transfers in parallel connections over SFTP/FTP protocol]]; | + | * [[library_example_parallel_transfers|*]]; |
| - | * [[script_downloading_when_done_file_exists|Downloading files from FTP/SFTP server only after "done" file is created]]; | + | * [[script_downloading_when_done_file_exists|*]]; |
| - | * [[script_download_files_to_same_folder|Downloading all files from FTP/SFTP to the same local folder]]; | + | * [[script_download_files_to_same_folder|*]]; |
| - | * [[library_example_remember_downloaded_files|Remember already downloaded files so they are not downloaded again]]. | + | * [[library_example_remember_downloaded_files|*]]. |