File and directory names must conform to the technical specification for the syntax of URLs, defined in RFC 2396 Uniform Resource Identifiers (URI): Generic Syntax.
In particular, file and directory names must:
This ensures that file names can be easily referenced in URLs and are portable between operating systems.
Currently, the LTS web service is case-insensitive with regard to directory and file names.
Underscores in directory and file names are not recommended because:
It is essential that developers adopt a consistent file naming convention and it is recommended that developers should use lower case for all directory or file names.