Filenames being saved in the incorrect case. Uppercase Lowercase filenames?
Filenames being saved in the incorrect case.
Usually from a Linux Host to a Windows Computer
This issue is that Linux sees files with different cases as different files where as in Windows they are the same files.
So for example in Linux
lowercase.txt
is different from
Lowercase.txt
if windows they are both the same file.
The same applies to folders/directory's
This applies a lot to downloading files from a Linux sever on to Windows.
.