View Single Post
Old 12-26-2009, 03:35 PM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

File level 'r' read and 'w' write permissions are necessary but not sufficient for most things. You must also have the appropriate action right in the [VFS] section of the .ini configuration file to upload, download, delete, rename, etc.

By default normal users (i.e. no '1VM' flags) can't really do much except perhaps into the /Incoming directory if you have created it. Decide what you want them to do and add the 3 flag or whatever default flag users get to the permission list. Upload, Resume, MakeDir, RemoveOwnDir, RenameOwn, DeleteOwn are good possibilities...

You can differentiate why a command is rejected. If it's a mode issue (rwx) you'll get "Permission denied (directory mode)" and if it's an action issue "Permission denied (config file)".
Yil is offline   Reply With Quote