Differences
This shows you the differences between the selected revisions of the page.
2015-10-15 | 2016-01-26 | ||
$sessionUrl not to conflict with $session (martin) | all examples (martin) | ||
Line 84: | Line 84: | ||
</code> | </code> | ||
- | ==== Example ==== | + | ==== Examples ==== |
- | See real-life example [[library_example_verify_file_checksum|Verify checksum of a remote file against a local file over SFTP/FTP protocol]]. | + | Some real-life examples: |
+ | |||
+ | * [[library_example_verify_file_checksum|Verify checksum of a remote file against a local file over SFTP/FTP protocol]] | ||
+ | * [[library_example_find_duplicate_files|Find duplicate files in SFTP/FTP server]] | ||
+ | * [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]] | ||
===== Using Scripting ===== | ===== Using Scripting ===== |