Files Access
Using this form you can define
allow/refuse access based on File/Directory name for this user.
As long as you do not specify any File/Directory
Mask this user can access all the File/Directory on the server, but as
soon as you specify
(-)mask the user can not access File/Directory in the refuse rules.
If you add allow access before the refuse access,user can access any File/Directory in the allow access. But if you add allow
access after the refuse access,it impacts nothing.
So the order of the rules is also very important.
For example
+123.zip
-*.zip
Refuse this user
access all the file which extend name is "zip".
But
"123.zip" is accessible, since "123.zip" is in the allow rules before "*.zip".
-*.zip
+123.zip
Refuse this user access all the file which extend name is "zip".
"123.zip" is also refused
, since "123.zip" after "*.zip" impacts nothing.
Rule list
The Rule list shows the current list and order of File rules. Rules can be added and removed from the list using the Add and Delete buttons.
Also, the order of the rules may be altered using the Up and Down buttons on the right of the rule list.
Supported wildcards
To define access rules you can use the wildcards
? and *.
Priority
Don't forget server file access list will have priority on user account file access list.

| Buttons |
Description |
| Add |
Add
an access rule |
| Edit |
Edit
select access rule |
| Copy |
Delete
the select access rule |
| Remove |
Delete
all access rule |
|