Improvement for "Keep Remote Directory Up To Date"
Keep Remote Directory Up To Date is a really cool feature. To make it nicer to use, it would be great if it could only upload files that have changed. This would prevent having to sync the entire directory or only sync selected files.
This should be possible to do because in .NET, FileSystemWatcher supports knowing what files have been created/modified/deleted. This makes it seem like there would be native API functionality to do this as well.
This should be possible to do because in .NET, FileSystemWatcher supports knowing what files have been created/modified/deleted. This makes it seem like there would be native API functionality to do this as well.