Event Handlers
The scripts you write will not run automatically. You need to define event handlers to trigger the execution of specific scripts when certain events occur during a client-server session.
For example, you may want to run a script when a client connects, when a user authenticates, or after a file has been uploaded.
Syncplify Server! defines dozens of events that you can use to trigger your custom scripts, allowing for highly flexible automation and integration.

