Skip to content

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?

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!

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/SFTP
  • 20, 21, 6400064099: FTP/FTPES
  • 989, 990, 6410064199: FTPS
  • 443: WebClient! (if enabled)

IMPORTANT

If you use custom ports, update your firewall and router rules accordingly.