READ THIS FIRST
IMPORTANT
If you only read one page, make it this one. It covers the essential concepts every Syncplify Server! operator must know.
Upgrading from an older version?
- Before upgrading, read this knowledge base article carefully.
- Review the BREAKING CHANGES page.
CAUTION
Follow the upgrade procedure exactly. Deviating from the documented steps may cause issues or failure.
Writing event-handler scripts that act on the correct file
IMPORTANT
If your scripts react to file events (uploads, downloads, renames, deletes…), never use Session.GetRelPath() or Session.GetAbsPath() to find out which file triggered the event. Those methods reflect the session's live cursor, which may have already moved to a different file by the time your script reads them.
Always use CtxRelPath() — it captures the triggering file's path at the moment the event fires and keeps it frozen for the entire script run.
Trying Syncplify Server!
- Download the evaluation version here.
- The setup provides a time-limited trial license with full features.
- After the trial, purchase a license to continue using the software.
Firewall considerations
Syncplify Server! does not configure your firewalls. You must ensure all firewalls and routers allow access as needed.
Default ports (unless changed in your config):
6443: Management web UIs (SuperAdmin/Admin)22: SSH2/SFTP20,21,64000–64099: FTP/FTPES989,990,64100–64199: FTPS443: WebClient! (if enabled)
IMPORTANT
If you use custom ports, update your firewall and router rules accordingly.
