Zoom Web Management Console allows administrator to configure a set of characters as illegal or disallowed in file or folder name. Import/Ingest with files with such names will fail. This list can be customized however read the caveats that apply.
Client OS caveat:
By default the set of invalid characters defaults to the ones that Mac, Linux & Windows OS do not allow in a path name. This ensures that if a path in the Zoom repository gets checked out on any client OS, creating a working copy file/folder of that name will work. Even though Zoom with Unicode support built-in can handle any file name character set, built-in OS applications like Windows Explorer, MacOS Finder will have issues.
Server OS caveat:
If services like Preview server, Archive manager, Auto Checkout run on an OS that disallows certain characters, ingesting these assets from a client OS that does allow such characters will cause file access to fail on the DAM server. Since Zoom allows range of OS deployment options for client & server, the disallowed character list must take this into account.
The path name validation happens on individual characters, prefixes and suffixes. You can edit the default settings through the Server Control Panel’s repository “Repository Settings” menu.
Disallowed Characters
Any character included in the above field will be disallowed in any new paths being created in the repository. This list is simply a list, and is NOT comma-separated. (If you include a comma in the list, it will be treated as an invalid character in path names)
For example, if the character “*” is in this list, then a path name like “Tulips * Roses.jpg” will be disallowed from import / rename operations.
- Slashes (forward and backward) are never allowed in the path names irrespective of whether they are listed here or not.
- Spaces in between characters are always allowed.
- Spaces before or after path names are trimmed off.
Operating System |
File System |
Disallows |
Note |
Microsoft Windows | Windows NTFS | / ? < > \ : * | ” | Also any character one can type using the Ctrl key. Review this note from Microsoft including file/folder name length limits. |
Microsoft Windows | FAT | / ? < > \ : * | ” ^ | Also any character one can type using the Ctrl key. Review this note from Microsoft including file/folder name length limits. |
Apple MacOS 9 | HFS+ | : / \ | NUL character ‘\0’ as well. See Apple recommendation on best practices for file naming |
Apple MacOS X | HFS+ | : / \ | NUL character ‘\0’ as well. See Apple recommendation on best practices for file naming |
Linux | various FS | / | NUL character ‘\0’ as well. |
More resources to review on file name characters:
Prefixes and Suffixes
You can also configure to disallow a pre-defined set of prefixes and suffixes. These are entered as a list of comma-separated strings in the respective fields. By default no such exceptions are included.
For example, including “.b” in the prefix list will fail an import of path name “.backup-folder”; including “.bak” in the suffix list will fail the import of “Pathname.java.bak”