site adduser sixtie test *@ip
site uinfo sixtie
now look at what flags he has
if he doesn't have flag '3' give him it:
site change sixtie flags +3
OR you can do things according to group settings, but all this assumes you've already configured your ioFTPD.ini already
See this section:
Code:
# Detailed permissions for directories
#
# priviledge = <virtual path> <rights>
#
#Upload = /upload/* *
#Upload = * !*
Upload = * *
Resume = * *
Download = * !l *
MakeDir = /*/* *
MakeDir = /* =SiTEOPS !*
RemoveOwnDir = * *
RemoveDir = * 1VM
Rename = * 1VM
RenameOwn = * *
Overwrite = * 1VM
Delete = * 1VM
DeleteOwn = * *
NoStats = * =lSpeed !*
in the above example, everyone can upload in everywhere, download everywhere unless they have flag "l", they can make directories everywhere but the root directory, except SiTEOPS, they CAN make directories in the root. everyone can remove their own directory, ... ONLY users with flags 1, V or M can delete other peoples files (1 = SiTEOPS, V = VFS ADMIN, M = MASTER)
flags are all relative to what you want them to be (except M, M always is master, and some of the f and F flags are reserved to disable/enabled FXP)
hopefully that gives you an idea of how the ftpd works.
if it doesn't make sense, look at it again.. and again...and again.. .it will