Differences
This shows you the differences between the selected revisions of the page.
2015-12-22 | 2015-12-22 | ||
beta (martin) | examples (martin) | ||
Line 32: | Line 32: | ||
Use ''RemoteFileInfo.FullName'' to retrieve a full path to the enumerated file or directory. | Use ''RemoteFileInfo.FullName'' to retrieve a full path to the enumerated file or directory. | ||
+ | |||
+ | ===== [[example]] 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_download_custom_error_handling|Recursively download directory tree with custom error handling]]. | ||