Sample of AccessControl.cfg File

The following example is a sample Access Control configuration file, called AccessControl.cfg by default.

The platform server does not look for the best match; it looks for the first match. Therefore, it is good practice to list the most specific information first in the AccessControl.cfg file and the more generic information last.
USERID=JohnDoe,
NODE=Billing,
DESCRIPTION=restrict billing dept from sending files,
SEND_DIR=c:\jdoe\sendfiles,
RECEIVE_DIR=c:\jdoe\recvfiles,
COMMAND_DIR=c:\jdoe\cmdfiles,
SEND_OPTION=ROOT,
RECEIVE_OPTION=FORCE,
COMMAND_OPTION=NEVER,
SUBMIT_OPTION=NEVER

SEND_OPTION, RECEIVE_OPTION, and COMMAND_OPTION all have ROOT as the default value. SUBMIT_OPTION has NEVER as the default value. The rest of the parameters do not have default values.