View Single Post
Old 09-13-2003, 04:57 PM  
ADDiCT
Senior Member
 
Join Date: Aug 2003
Posts: 517
Default ioGroups (lists groups & users)

edit: always check my last reply in this thread to find the latest version

------------------------------


has this kinda output:

Code:
site lusers
200-----------------------------------------------------------------------
200-  id   name             member of these groups
200-----------------------------------------------------------------------
200- 103   ADDiCT           SiTEOPS (101) / ioftpd (0)
200- 102   anonymous        ioftpd (0)
200- 101   darkone          lSpeed (100)
200-   0   ioFTPD           ioftpd (0)
200-----------------------------------------------------------------------
200 Command Successful.

site lgroups
200-----------------------------------------------------------------------
200-  id   groupname      users   description
200-----------------------------------------------------------------------
200-   0   ioftpd             3   Administrators
200- 100   lSpeed             1   LightSpeed
200-   1   NoGroup            0   Default Group
200- 101   SiTEOPS            1   New Group
200-----------------------------------------------------------------------
200 Command Successful.
perhaps not so usefull... but i needed it anyway for something else i'm making

read all info from the user/group files & IDtables, make sure to edit the ini file correctly

add this to your ioFTPD.ini, in the [scripts] section:
lgroups = ..\scripts\ioGroups.exe listgroups
lusers = ..\scripts\ioGroups.exe listusers
ADDiCT is offline   Reply With Quote