## The user is restricted at this folder
local_root=/media/

## Read only ?
anon_world_readable_only=YES

## Writable ? (upload)
write_enable=NO
anon_upload_enable=NO

## Can create directory ?
anon_mkdir_write_enable=NO

## Can rename or delete ?
anon_other_write_enable=NO

## To manage the chmod of the user
## activate the option
virtual_use_local_privs=NO

## Define the option local_umask
#local_umask=022
#anon_umask=022


