Differences
This shows you the differences between the selected revisions of the page.
| library_remotepath_translateremotepathtolocal 2018-01-17 | library_remotepath_translateremotepathtolocal 2025-06-18 (current) | ||
| Line 1: | Line 1: | ||
| ====== RemotePath.TranslateRemotePathToLocal Method ====== | ====== RemotePath.TranslateRemotePathToLocal Method ====== | ||
| Generates a local path equivalent of a remote path, given root paths. | Generates a local path equivalent of a remote path, given root paths. | ||
| - | |||
| - | //This method exists only in the latest beta release. In previous versions there is an equivalent member method ''[[library_session_translateremotepathtolocal|Session.TranslateRemotePathToLocal]]''//. &beta | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 42: | 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 48: | 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|*]]. | ||