Differences
This shows you the differences between the selected revisions of the page.
| 2014-07-17 | 2014-12-01 | ||
| jscript and vbscript examples (martin) | library_example_recursive_search_text (martin) | ||
| Line 260: | Line 260: | ||
| </code> | </code> | ||
| - | ==== Real-Life Example ==== | + | ==== Real-Life Examples ==== |
| * [[script_download_most_recent_file|Downloading the most recent file]]; | * [[script_download_most_recent_file|Downloading the most recent file]]; | ||
| - | * [[library_example_listing_files_matching_wildcard|Listing files matching wildcard]]. | + | * [[library_example_listing_files_matching_wildcard|Listing files matching wildcard]]; |
| + | * [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]]. | ||