Length of file / folder = 256 chars
Filenames in the server are case-insensitive, so for example, files called File.txt and FILE.txt cannot exist in the same folder. However, the file or folder should display in the case the user entered it, so that FILE.txt would be always be displayed as FILE.txt, and not as file.txt.
Filenames can consist of any characters except: / \ : * ? “ < > |
A file or folder name cannot consist entirely of periods or spaces, nor can it end in a period.