Skip to main content

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 AccountREQUIRED
Configured SFTP application.
Remote FolderREQUIRED

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).

Overwrite Existing Files

When enabled, files already present on the server with the same name are overwritten. When disabled, name collisions cause the upload to fail.

Input

FileREQUIRED

Payload to upload. Accepts File, Files (multi-file), JSON, or MultiJSON — each is serialized to disk before transfer.

Output

Total uploaded
Integer count of files transferred.