VFS panel πŸš€

The VFS panel allows you to configure VFS parameters, view the servers where the VFS is configured, manage access permissions, and define root and home directories for users.

This panel appears after selecting a VFS from the top dropdown and opening the Settings (VFS) window using the gear icon.

The VFS settings panel is divided into four tabs:

  • VFS: main configuration parameters that define the VFS.

  • Info: lists all servers on which the VFS is configured.

  • ACL: allows managing permissions for users and groups (if ACL is enabled).

  • User settings: shows all users with access to the VFS and their assigned root/home directories.

Each tab covers a different aspect of VFS.

VFS tab

This tab contains the main configuration parameters that define the VFS.

These fields are available:

  • Name The display name of the VFS.

  • Code A unique identifier used internally by the system.

  • Storage class Specifies the storage class associated with the VFS.

  • Retention class Defines how long files remain after PUT and GET operations (see the Retention Class page).

  • Enable ACL When enabled, the VFS uses Access Control Lists to manage permissions. A toggle switch allows turning ACL enforcement on or off.

  • Add to Template Allows saving the VFS configuration as a template for future use. See the Template tab section.

Info tab

This tab shows all servers where the VFS is configured.

For each server, the panel displays:

  • Status – Indicates whether the server is reachable

  • Enabled – Indicates whether the server is active for this VFS

  • Name – Server name

  • Protocol – Protocol used (AS2, FTPS, HTTPS, HTTP, FTP, SFTP, etc.)

  • Type – Server type, when applicable

ACL tab

If ACLs are enabled for the VFS, this tab allows assigning and managing permissions for users and groups.

The left panel displays the entire folder tree of the VFS, starting from Root. Selecting a folder shows its permissions in the right panel.

The right panel shows permissions for users and groups:

  • List

  • Create

  • Rename

  • Delete

  • Download

  • Upload

Users and Groups can be added using the dropdown.

Entries can be removed using the delete icon.

User Settings tab

This tab lists all users who have access to the VFS, along with their root and home directories.

  • User – The user account associated with the VFS

  • User Root – The top-level directory the user is allowed to access

  • User Home – The default directory the user lands in when accessing the VFS

To add a user:

  1. Select a user from the dropdown.

  2. Assign a root path and a home path.

  3. Click Add.

To remove a user, click the delete icon next to their entry.

Last updated