Is there any way to set up a folder so that it can only accept certain filenames, and or reject other filenames?
While my goals is actually by 'filetype', simply name matches/rejections would suffice the most common use case...
Ie prevent .zip files from populating a folder, or allow only *.zip to be dumped to a given folder.
The prevention would take place prior to upload/sync, not after the file is uploaded/syncd. Today we solve this problem via after-sync, simply removing/keeping the matching files. But of course that might be hours after a 100GB file is sync'd that we didn't want it.
My goals is stopping the problem on the user side of things, before they start doing the wrong thing... ie putting *.zip where they don't belong.