Quote:
Originally posted by maddin
... but i haven't written any cmd-line scripts so far.
|
currently, there is only php support for the internal webserver. next ioFTPD version wil (probably?) have support for scripts on events (like iTCL now)
edit: oh yeah, u can run "php.exe script.php" on events, and then read the environment variables from $_SERVER (i think, check phpinfo(); to see which system array contains them)
this documentation has been enough for me to write some http pages to list active users, browse the directory structure, add users, ...