property UpcaseFileNames : Boolean
Default: True
Determines whether the protocol converts file names to upper case.
Applications provide file names to protocols in the OnProtocolNextFile event or by setting the FileName property. File names can also be received as part of the protocol transfer.
For Unix and Unix-like operating systems, the case should be preserved. However, some operating systems do not use case to distinguish between file names. For example, the file name "MixCase.Txt" is stored by the file system with the upper and lower case characters preserved, however, it can be accessed by any combination of upper and lower case (e.g., "MIXCASE.TXT" or "mIXCAse.tXt"). If you want to display the preserved case in status and log routines, set UpcaseFileNames to False.