The GoodSync file and folder tree is case-insensitive, that is, Folder\File.txt points to the same object as path FOLDER\file.TXT.
NOTE: GoodSync is case-preserving. If you change the file (or folder) name from FilE.txt to fILe.txt on one side, GoodSync will propagate the change to the other side.
These design choices reflect realities of modern operating systems:
- In Windows, both NTFS and FAT32 are case-insensitive and case-preserving.
- In MacOS, the default file system is case-insensitive and case-preserving.
- Some *NIX file systems and FTP/SFTP servers are case-sensitive.