+1 vote
by (130 points)

I have created a FileServer Shell with an eventhandler for shell commands. The event will be triggered for every command, in case of stacked commands that will happen for every command. For example, "uname;ls;id" will trigger that event three times. I need to get the full incoming command (uname;ls;id), is that possible?

I have seen the full command being written to the log, is it available somewhere else?

1 Answer

0 votes
by (58.9k points)

We do not support this feature yet, however, we will look into how hard it is to implement it and get back to you if we have a beta to try.

...