I've added a few other custom commands to ioFTPD, like banning, which I'd like to add to the ioGui2 menus:
%(clientip) seems to return the hostname, what can I use to return the ip address? %(ipaddr) didn't work
neither did %(ip) , and can I just add my own commands like:
menu_activity = Ban %(ipaddr) | $ftp SITE ADDBAN %(ipaddr) ?
also, can I pipe commands like,
menu_activity = kick/ban %(cid)@%(ipaddr) | $ftp SITE ADDBAN %(ipaddr) | $ftp site kill %(cid)
and can I do all this without modifying too much else?
Thanks, and thanks for ioGui2!