#user
username=anonymous
password=
# no pasword specified means ANY password
root_dir=/home/students/paskma

#
# The list of pairs - the physical directory and its access rights
#
physical_dir=/home/students/paskma
#
# The access rights and appropriate shortcuts are:
# File read        - f_r
# File write       - f_w
# File Delete      - f_d
# Directory list   - d_l
# Directory create - d_c
# Directory delete - d_d
# Delimiter can be any character
# Marks are case insensitive. D_D = d_D = d_d
#
rights=f_r;d_l

