site swho is working, so i assume u already have these lines in your ioFTPD.ini file:
Quote:
[FTP_Pre-Command_Events]
site = EXEC ..\scripts\sitewho.exe template=2 show_hidden_users override_site_swho
[Ftp-SITE-Permissions]
swho = 1M
|
Now, that's only for overriding the internal SWHO command, if u want extra site commands like WHO and XWHO, you also need these lines in ioFTPD.ini :
Quote:
[FTP_Custom_Commands]
who = EXEC ..\scripts\sitewho.exe template=2 all
xwho = EXEC ..\scripts\sitewho.exe show_hidden_users
[Ftp-SITE-Permissions]
xwho = 1M
|