Case sensitivity in Synchronise

I note that the behaviour of copying files in DO works the way I would want, i.e. if you copy test.txt to another folder with the Test.txt it will overwrite and the case will be the same as the source file, great!

But I wounder is there a way to make that work with the synchronise feature? If I try to sync two folders with the example above it says there is no changes.

Any way to do this?

I don't think there is currently a way to make Synchronize do case-only renames (at least on local filesystems, which are assumed to be case-insensitive).

It could be done with a separate script that goes through things on both sides and checks for case mismatches, renaming as appropriate.