** Implemented in Serv-U v15.1.0.**
We have been working on testing the migration our Serv-U for Windows installation to Serv-U for Linux. In the Windows version, we have an event configured for a group that copies uploaded files to a NAS. The Windows version of Serv-U passes variables such as $Filename and $LocalPathName as parameters to separate variables but the the Linux version of Serv-U passes all parameters to only one variable, $1. I've been able to work around this by using a delimiter and an array but it would probably be cleaner if Serv-U for Linux would pass these parameters to separate variables.