Sorry for this question it is kind a lame :P
But How i can set permission's for some group or for one person i mean
that this group can only download, upload, create folders and other can do all
PLZ HELP :P
Look into ioFTPD.ini. There you'll find a section
#
# Detailed permissions for directories
#
# priviledge = <virtual path> <rights>
#
And if you set the value for example for Upload like this:
Upload = * !o *
Then no User that has got the Flag 'o' won't be able to upload.
And I give Test user flag o
[R] SITE CHANGE test1 FLAGS +o
[R] 200-test1: Account modified.
, and when i try to make dir with this test user i have
[R] MKD somedir
[R] 550 somedir: Permission denied.
Why ??