View Full Version : user...
How do i fix 2 diferent user gropps when i config IOFTPD to run 2 diferent FTP at the same time...
EwarWoo
01-08-2005, 06:46 PM
Allowed_Users = *
Change that line to:
Allowed_Users = =groupname !*
Then it will only allow groupname online
Easiest way to config it would be using a flag instead of a group.
oki...
but how do i config the Flags to use difrent FTP?????
i have looked in ioftpd.ini and do se the standard flags whot shal i do to ad diferent flags and make them use diferent FTP????
mr_F_2
01-08-2005, 08:08 PM
ie:
Allowed_Users = Z !*
so if you want users to be able to access that FTP you use:
site change [username] flags +Z
keep in mind that flags can be used for whatever you want. Besides the M, V, F, f, and L flags, which have pre-defined meanings, every other letter/number is definable by user (you).
in the above example, you have defined the Z flag as a flag required to log into your FTP. it's as simple as that.
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.