Somnus
01-04-2005, 10:35 AM
For some reason when I make a new user on my server they can not upload, and can only download certain things, yet they have permission to do it all.
The only thing that I have tried that has worked was editting the following:
[VFS]
###
# Default attributes for files & directories
#
# Required Parameters: <filemode> <owner uid>:<owner gid>
#
Default_Directory_Attributes = 777 0:0
Default_File_Attributes = 777 0:0
Is there a better way of handling this?
I have the following dir tree and would like to do the following:
Applications - Allow all to download, only M users to delete
Games - Same
Movies - Same
Music - Same
Upload - This is the only folder allowed to be uploaded in by regular users, 1M users can upload anywhere. And the same attributes as above.
Can anyone help with this? Would it be easier to just have separate vfs files for different groups/users?
Also what is the best "gui" to use with ioFTPd? I have tried ioGUI, and ioISOTOPE.
Any help would be appreciated.
The only thing that I have tried that has worked was editting the following:
[VFS]
###
# Default attributes for files & directories
#
# Required Parameters: <filemode> <owner uid>:<owner gid>
#
Default_Directory_Attributes = 777 0:0
Default_File_Attributes = 777 0:0
Is there a better way of handling this?
I have the following dir tree and would like to do the following:
Applications - Allow all to download, only M users to delete
Games - Same
Movies - Same
Music - Same
Upload - This is the only folder allowed to be uploaded in by regular users, 1M users can upload anywhere. And the same attributes as above.
Can anyone help with this? Would it be easier to just have separate vfs files for different groups/users?
Also what is the best "gui" to use with ioFTPd? I have tried ioGUI, and ioISOTOPE.
Any help would be appreciated.