Dynamic Virtual File System (DVFS) Overview and Examples |
![]() |
DVFS
Overview
DVFS is a virtual directory mapping system having the following characteristics:
DVFS Examples:
Consider a directory DH0:FLOYDIAN/ where the following tree is apparent:
Directory of DH0:FLOYDIAN/
(dir) dave_profile
(dir) roger_profile
(dir) nick_profile
(dir) richard_profile
(dir) lyrics
.message
readme.txt
vote_reunite.txt
This example
directory listing will be used for the examples which follow..
Example 1: how to set up a DVFS map where only
users with access level 1 will be able to access only the files
in this directory and not have access to the 5 sub-directories
nor any parent directories. Those users with access level 1 will
only be given READ access to this directory map:
| MAP AS | floydian |
| Path | DH0:floydian |
| Access | 1 |
| Dir. perms | RWED* |
| Recursive | unselected |
click here to view a snapshot of an actual AmiFTPd DVFS configuration screen
Example 2: how to set up a DVFS map where
users with access levels 1, 2, 3 and 31 will be able to access
only the files and and sub-directories existant in this
directory. Permissions (RWED) will be decided by the RWED
settings on the user's account entry.:
| MAP AS | fullfloydian |
| Path | DH0:floydian |
| Access | 1-3,31 |
| Dir. perms | RWED* |
| Recursive | selected |
click here to view a snapshot of an actual AmiFTPd DVFS configuration screen