Event handlers

The scripts you wrote will not run automagically, you need to define event-handlers to trigger the execution of specific scripts upon occurrence of specific events during a client-server session.

For example you may want to run a certain script when a client connects, or when a user authenticates, or after a file has been uploaded… and so on.

There are dozens of events defined in Syncplify Server! that you can use to trigger the execution of your custom scripts.

event_handlers event_handlers