Skip to content

Incoming SFTP files processing

In distribution, wholesale, and manufacturing ingesting data from external sources via SFTP is a pretty common pattern.

This example reflects a base scenario template to:

  1. Discover new files on SFTP
  2. Download unprocessed files
  3. Return a list of files for further processing

Let’s see how the scenario will look line on a platform and figure out each step in detail.

New file processing example