Differences
This shows you the differences between the selected revisions of the page.
| scriptcommand_keepuptodate 2019-03-27 | scriptcommand_keepuptodate 2023-08-21 (current) | ||
| Line 1: | Line 1: | ||
| - | ====== keepuptodate ====== | + | ====== keepuptodate command ====== |
| [[task_keep_up_to_date|Watches for changes]] in local directory and reflects them on remote one. | [[task_keep_up_to_date|Watches for changes]] in local directory and reflects them on remote one. | ||
| Line 40: | Line 40: | ||
| </code> | </code> | ||
| - | ===== Converting to .NET Assembly ===== | + | ===== [[net]] Converting to .NET Assembly ===== |
| There is no equivalent for ''keepuptodate'' command in [[library|.NET assembly]]. | There is no equivalent for ''keepuptodate'' command in [[library|.NET assembly]]. | ||
| You can make use of ''[[dotnet>System.IO.FileSystemWatcher]]'' to run non-recursive synchronization using ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'', when change in local directory occurs. | You can make use of ''[[dotnet>System.IO.FileSystemWatcher]]'' to run non-recursive synchronization using ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'', when change in local directory occurs. | ||