Steps to reproduce:
- server: create a File abc.txt
- client: wait for sync completion
- server: rename abc.txt to ABC.txt
Actual result:
- nothing
Expected result:
- client: abc.txt must be renamed to ABC.txt
Note: same results on GNU/Linux and Windows, so it is not related to the OS case sensitivity.