%(clientip) is indeed the client's hostname, will be fixed in next version, cookies will be %(clienthost) and %(clientip)
performing multiple ftp commands in one menu item isn't possible at the moment, but u can do a little workaround through settings.ini:
enter in a texteditor
menu_activity = kick/ban %(cid)@%(ipaddr) | $ftp SITE ADDBAN %(ipaddr)x$ftp site kill %(cid)
now open settings.ini in a hexeditor, and replace the x with the hexadecimal value 0A (= '\n' = newline)
ioGui2 will send the entire string as a single command, ioFTPD will split the string at the position of the newline, performing both commands.
|