Home    WinFtp Server Online Help Prev Next
Introduction
Welcome to WinFtp Server
WinFtp Server Features
License
Install & Uninstall
Minimum system requirements
Installing
Uninstalling
Quick Start
Quick Start
Router & Firewall
Interface
Menu
Server Menu Commands
Setup Menu Commands
View Menu Commands
Help Menu Commands
Toolbar Buttons
Leftbar Buttons
Log View Window
Online users list Window
User Account
User List
User General
User Limit
IP Access
File Access
UL/DL Ratio
Disk Quota
User Information
User Statistics
Option
General
Log
Miscellaneous
Visual
IP Binding
Dynamic IP
Directory Cache
Task Schedule
IP Access
Files Access
Pasv Mode
Transfer Compression
SSL Certificate
Free File
SMTP Server
Event Manager
Event Reply
Event Tip
Event Miscellaneous
Event Email
Event VBScprit
Event JavaScript
Support
Contact Us
FAQ
Purchase
Purchasing Information

File Access

Using this form you can  define allow/refuse access based on File name  for all user.

As long as you do not specify any File/Directory Mask all user can access all the File/Directory on the server, but as soon as you specify (-)mask all user can not access File/Directory in the refuse rules.
If you add allow access before the refuse access,all 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 all user access the file which extend name is "zip".
But "123.zip" is still accessible, since "123.zip" is in the allow rules before *.zip.

 

 -*.zip
 +123.zip      
Refuse all user access the file which extend name is "zip".
"123.zip" is also refused, since "123.zip" after "*.zip" impacts nothing.

Supported wildcards

To define access rules you can use the wildcards ?  and *.

Priority

This server file access list will have priority on user account file access list.