Skip to content
Massimo Melina edited this page May 31, 2024 · 21 revisions

File permissions are set in Admin-panel > Shared files, by using the "Who can..." fields, or the "Masks" field.

Examples

Make folders not accessible by default

If you want your folders to not be accessible unless you give access to a specific account

  • click on Virtual File System > home
    • permissions are inherited, so setting something on the home can affect all the rest
  • set "Who can download" to "none"
    • prevent access
  • set "Who can list" to "any account"
    • otherwise you cannot even enter the home page
    • because of any-account, you will automatically get the login dialog. If you don't want that, you can set "anyone" instead.

Make folder where anyone can upload but not see uploaded files

  • set "see" permission to "anyone" (or "inherited")
    • under it, click "Set different permission for folder content", and set the new field to "no one"
  • set "download" permission to "no one"
  • set "upload" permission to "anyone"
Clone this wiki locally