Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Improvement for "Keep Remote Directory Up To Date"

Thanks for a hint.
predecess

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.