Im writing a little guy to make control of connected users at ioFTPD.
Maybe some useful events or variables can be added:
(OnUserLogin)
(OnUserLogout)
%OnlineUserList - returns user1,user2,user3
I need a way to keep track about connected users.
If the user dont issue the 'QUIT' command for example, that event (onUserLogout) will not be triggered, maybe the creation of event 'OnUserDisconnect' can solve the problem.
(this is the reason of custom commands, my application will execute these commands periodically and update the display).
Well, any kind of help are welcome.
Thanks.