Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

87 total results found

Integrating AFT! with an external workflow API

Syncplify AFT! Scripting

Many serious file transfer operations are parts of larger business workflows. A data pipeline might require a "claim" step where the downstream system registers its intent to process a batch before any files move, and a "completion" step where status is report...

Relaying files from S3 to an SFTP server without local staging

Syncplify AFT! Scripting

A common integration pattern is moving files from a cloud object storage bucket (S3 or any S3-compatible service) to an SFTP server that a partner or downstream system expects to read from. The naive approach downloads each file to local disk first and then up...

Sending a Slack summary after a batch file transfer

Syncplify AFT! Scripting

Per-file notifications are noisy. A job that uploads fifty files and sends fifty Slack messages trains people to ignore all of them, which defeats the purpose. A better pattern is to collect the results of an entire batch, build a single formatted summary, sen...

Breaking Changes: AFT! v3 to v4

Syncplify AFT! Operation

This document lists every change in AFT! v4 that requires a script or configuration to be updated before it will run as expected. Read it before upgrading any production instance. The short answer for most users: the vast majority of AFT! v3 scripts will run ...

Upgrading a v6/v7 high-availability (HA) cluster to v8

Syncplify Server! Installation

If you are running a Syncplify Server! v6/v7 HA cluster, then you probably already know that the most significant enhancement v8 bring to the game is its 100% new, much improved, and completely revolutionized HA subsystem. A 100% new HA subsystem, though, als...

Deploy v8 with Docker

Syncplify Server! Installation

Syncplify Server! is available as a Docker image on Docker Hub. This page covers how to deploy and operate it using Docker Compose. Prerequisites Linux host OS (we don't support Docker on Windows yet...) Docker Engine 24.0 or later Docker Compose v2 (the...

How to import many users at once, or migrate from other server software (new way, v8.1.1+)

Syncplify Server! Operation

IMPORTANT: this article describes the importusers command as it exists in Syncplify Server! version 8.1.1 and greater. A much simpler version of this command has existed since 6.2.50, and everything that worked back then still works today, but the options and ...