Differences
This shows you the differences between the selected revisions of the page.
library_remotepath_translateremotepathtolocal 2018-02-19 | library_remotepath_translateremotepathtolocal 2025-06-18 (current) | ||
Line 40: | Line 40: | ||
The method useful when enumerating remote files with ''[[library_session_enumerateremotefiles|Session.EnumerateRemoteFiles]]''. | The method useful when enumerating remote files with ''[[library_session_enumerateremotefiles|Session.EnumerateRemoteFiles]]''. | ||
- | For an opposite operation, see ''[[library_remotepath_translatelocalpathtoremote|RemotePath.TranslateLocalPathToRemote]]''. | + | For the opposite operation, see ''[[library_remotepath_translatelocalpathtoremote|RemotePath.TranslateLocalPathToRemote]]''. |
===== Examples ==== | ===== Examples ==== | ||
Line 46: | Line 46: | ||
==== Real-Life Example ==== | ==== Real-Life Example ==== | ||
- | * [[library_example_recursive_download_custom_error_handling|Recursively download directory tree with custom error handling]]; | + | * [[library_example_recursive_download_custom_error_handling|*]]; |
- | * [[library_example_parallel_transfers|Automating transfers in parallel connections over SFTP/FTP protocol]]. | + | * [[library_example_parallel_transfers|*]]; |
+ | * [[library_example_remember_downloaded_files|*]]; | ||
+ | * [[library_example_two_way_synchronize_delete|*]]. | ||