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