SFTP: Uploader
Connect to a remote SFTP server and upload the incoming file (or files) into the configured remote folder.
Pre-requisite: Install an SFTP application in Profile > {Organization} > Applications (host, port, credentials).
Parameters
SFTP application.Absolute path of the destination folder on the remote server (e.g.
/path/to/folder/). Created if it does not exist (when permitted by the
server).
Date/time and UUID placeholders are expanded at runtime: {year},
{month}, {day}, {hour}, {minute}, {second}, {timestamp},
{timestamp_ns}, {weekday}, {week}, {ordinal}, {offset},
{random_uuid} (e.g. /exports/{year}/{month}/).
When enabled, files already present on the server with the same name are overwritten. When disabled, name collisions cause the upload to fail.
Input
Payload to upload. Accepts File, Files (multi-file), JSON, or
MultiJSON — each is serialized to disk before transfer.