PDA

View Full Version : Some stuff needed by many :)


MaistroX
08-18-2003, 03:13 AM
Have been running ioFTPD with ioBanana for a short while now, used to run RaidenFTPD, but mostlu "worked" against glftpd .

So here´s my list of things that I´ve noticed (could be wrong) , that are still missing/lack of , in ioFTPD ->



1. Ability to delete ALL stats for only one user

2. Ability to set MAX upload/download speed for every user individualy.

3. Ability to get sertain Groups to be excluded from Max users to FTP .

4. Ability to do a "site ginfo xxxx" for each team and ONLY to be able to see his/her team and seperat users, and if not , get a ->
"200 You are not GADMIN for xxxx"

5. soon.....


Will update this more, the more I run it, I look for things I miss, and stuff peepz on site sees my site lacking of , regarding to functions on site.

Really LOVE this ioFTPD and were it´s going, hope my suggestions can be of any help and that the (if possible) are implemented, hard coded , not scripted, as they are really elementery (sorry for my bad spelling)! ;)


THX in advance, MaistroX

jakssdsfs
08-18-2003, 04:59 PM
one thing if I may add.. :)

The function of enabled on/off a user,

so his account is still there but not allowed to the server atm.

phoenixfr
08-18-2003, 06:23 PM
you can use the U flag to disable an user

or any other flag you like

neoxed
08-18-2003, 08:38 PM
ioFTPD.ini
[FTP_Service]
Allowed_Users = !D *


Then give anyone the D flag you don't want to login.

Peace

Mouton
08-18-2003, 08:41 PM
Originally posted by MaistroX
4. Ability to do a "site ginfo xxxx" for each team and ONLY to be able to see his/her team and seperat users, and if not , get a ->
"200 You are not GADMIN for xxxx"
It does exactly that by default. Didn't u try ?


[21:14:52] site ginfo GFP
[21:14:53] 200- g r o u p i n f o
[21:14:53] 200-³ +nomaster ³ 116 ³ 0 ³ I can't setup a tagline! ³
[21:14:53] 200- + = GroupAdmin * = leech Administrator group
...

[21:15:18] site ginfo QAD
[21:15:18] 200-You don't have access to this command for this group.

Mouton
08-18-2003, 08:49 PM
Originally posted by MaistroX
3. Ability to get sertain Groups to be excluded from Max users to FTP.
All u need is setup a 2nd service for them...
then,

on the default service, use
Allowed_Users = !=groupname *

and on the new service, use
Allowed_Users = =groupname !*

groupname users will then only be able to login to the 2nd service, with their own user limit.

Mouton
08-18-2003, 08:52 PM
Originally posted by MaistroX
1. Ability to delete ALL stats for only one user


From ioA documentation:

* site resetuser <username>
Reset a users stats and credits(if enabled)
Example: site resetuser ioFTPD

Also, editing his userfile is pretty easy if you want to reset all the stats in there.

MaistroX
08-19-2003, 02:44 AM
Originally posted by Mouton
It does exactly that by default. Didn't u try ?


[21:14:52] site ginfo GFP
[21:14:53] 200- g r o u p i n f o
[21:14:53] 200-³ +nomaster ³ 116 ³ 0 ³ I can't setup a tagline! ³
[21:14:53] 200- + = GroupAdmin * = leech Administrator group
...

[21:15:18] site ginfo QAD
[21:15:18] 200-You don't have access to this command for this group.



You didnt get my point there, as it is NOW , a user able to do "site ginfo" can check , not only his own team, but all Groups on server, thats why I need to have a sertain team only be able to see his/her team info and user info, meaning:

1. "G" flag not only give the "Gadmin" status, it allso should auto set the rights to have ability to do "site ginfo ***" and then ONLY for the groups he´s added to + same goes for "site user ***" that should ALLSO be auto enabled with a "G" flag, same goes for that, user will ONLY be able to see his "own" users under his "own" team, since he is "gadmin".

2. Should be "default" that ALL USERS be able to do "site user ***" ONLY for them selfs, since only otherway to do it to see all users is to have a flag 1 and/or M, so that should be default on ioFTPD.

Summery: To explain Why exactly it should work like this in default would take pages to explain, but there a more crusual to run a server/site, then one without experiance of that can amagine, so please consider 1 and 2 abaove, promise , Í would not be the only one happy for theese adjustments :)






Originally posted by Mouton
From ioA documentation:

* site resetuser <username>
Reset a users stats and credits(if enabled)
Example: site resetuser ioFTPD

Also, editing his userfile is pretty easy if you want to reset all the stats in there.


Same goes here, since u´re able by command in say flashfxp to delete all stats in sertain sections or all on server for all users, the ability tu edit/reset a sertain persons stats should be an easy option even there, by defult.

Just tryed on my own, my own account with all nessesery flags ->
"
site resetuser MisterX
500 'SITE RESETUSER': Command not understood
"

As said, should be there by defult and ONLY deletes the users stats, that does NOT incl. credits.
(oki, the latest above is not the MOST imprtant thing in usefull features, but still ;))



THX!

Mouton
08-19-2003, 08:18 PM
All those features, except the bw limiting, won't be included in the ioftpd default, i'm 100% sure of that.

as for the rest, ur once again wrong, but i won'T waste my time explaining again what i already explained. ur a lost cause.

neoxed
08-19-2003, 08:27 PM
Originally posted by Mouton
ur a lost cause. lol


But on another note, reread what Mouton posted before; it works.

Peace