Differences
This shows you the differences between the selected revisions of the page.
| 2014-12-01 | 2015-07-27 | ||
| examples (martin) | library_example_recursive_download_custom_error_handling + library_example_find_duplicate_files (martin) | ||
| Line 34: | Line 34: | ||
| ==== Real-Life Example ==== | ==== Real-Life Example ==== | ||
| - | * [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]]. | + | * [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]]; |
| + | * [[library_example_recursive_download_custom_error_handling|Recursively download directory tree with custom error handling]]; | ||
| + | * [[library_example_find_duplicate_files|Find duplicate files in SFTP/FTP protocol]]. | ||