Differences
This shows you the differences between the selected revisions of the page.
library_remotepath_translatelocalpathtoremote 2018-02-19 | library_remotepath_translatelocalpathtoremote 2025-06-18 (current) | ||
Line 38: | Line 38: | ||
It makes no difference if ''localRoot'' and ''remoteRoot'' end with slash (backslash) or not. | It makes no difference if ''localRoot'' and ''remoteRoot'' end with slash (backslash) or not. | ||
- | For an opposite operation, see ''[[library_remotepath_translateremotepathtolocal|RemotePath.TranslateRemotePathToLocal]]''. | + | For the opposite operation, see ''[[library_remotepath_translateremotepathtolocal|RemotePath.TranslateRemotePathToLocal]]''. |
===== Examples ==== | ===== Examples ==== | ||
Line 44: | Line 44: | ||
==== Real-Life Example ==== | ==== Real-Life Example ==== | ||
- | * [[library_example_moves_files_keeping_directory_structure|Recursively move files in directory tree to/from SFTP/FTP server while preserving source directory structure]]; | + | * [[library_example_moves_files_keeping_directory_structure|*]]; |
- | * [[library_example_parallel_transfers|Automating transfers in parallel connections over SFTP/FTP protocol]]. | + | * [[library_example_parallel_transfers|*]]. |