Differences
This shows you the differences between the selected revisions of the page.
2025-09-15 | 2025-09-15 (current) | ||
1 (146.19.215.10) (hidden) (untrusted) | Restored revision 1750225335. Undoing revisions 1757946698, 1757946915. (martin) (hidden) | ||
Line 11: | Line 11: | ||
If you use WinSCP to synchronize your files only, you can use ''[[commandline#operations|/synchronize]]'' to quickly open [[ui_synchronize|Synchronize dialog]]. | If you use WinSCP to synchronize your files only, you can use ''[[commandline#operations|/synchronize]]'' to quickly open [[ui_synchronize|Synchronize dialog]]. | ||
- | |||
===== [[direction]] Synchronization Direction ===== | ===== [[direction]] Synchronization Direction ===== | ||
Line 30: | Line 29: | ||
With //Synchronize timestamps// mode, timestamps of target files are updated to match timestamps of source files. It will not do any transfers, nor delete anything. Simply, whenever it finds the same file in both directories, it updates a timestamp of a target file to match the one of a source file. In //Both// mode, it always updates the older timestamp. The mode is available with [[sftp|SFTP protocol]] only. | With //Synchronize timestamps// mode, timestamps of target files are updated to match timestamps of source files. It will not do any transfers, nor delete anything. Simply, whenever it finds the same file in both directories, it updates a timestamp of a target file to match the one of a source file. In //Both// mode, it always updates the older timestamp. The mode is available with [[sftp|SFTP protocol]] only. | ||
- | |||
- | |||
===== Automating Synchronization ===== | ===== Automating Synchronization ===== | ||
- | To automate synchronization use scripting command ''[[scriptcommand_synchronize|synchronize]]'' or .NET assembly method ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]''. | + | To automate synchronization use scripting command ''[[scriptcommand_synchronize|synchronize]]'' or .NET assembly method ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]''. |
- | + | ||
- | 1 | + |