Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-05 | 2018-08-31 | ||
| check method anchor (martin) | another good example: faq_script_modified_files (martin) | ||
| Line 32: | Line 32: | ||
| See [[library#example|overall example for WinSCP .NET assembly]]. | See [[library#example|overall example for WinSCP .NET assembly]]. | ||
| - | ==== Real-Life Example ==== | + | ==== 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|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_recursive_download_custom_error_handling|Recursively download directory tree with custom error handling]]; | ||
| - | * [[library_example_find_duplicate_files|Find duplicate files in SFTP/FTP server]]. | + | * [[library_example_find_duplicate_files|Find duplicate files in SFTP/FTP server]]; |
| + | * [[faq_script_modified_files|How do I transfer new/modified files only?]]. | ||