For the complete documentation index, see llms.txt. This page is also available as Markdown.

SFTP Upload

Upload a generated file to an SFTP server.

SFTP Upload sends a generated file to a remote path. Use it after Generate file when the journey must land content on an SFTP host.

SFTP Upload Test Step

When to use it

  • Place a file the Flow just generated onto an SFTP server.

  • Pair with SFTP List or an SFTP Check when you need to confirm the upload.

Example Flow

Generate the file, then upload it over SFTP.

Generate file then SFTP Upload

Configure

Connection

Field
What to set

URL

Host text and/or Values

Port

22 by default

User

Username text and/or Values

Password

Password text and/or Values

Directory

Field
What to set

Path

Remote directory text and/or Values

File

The Generated File to upload

Pro tip: Keep host, user, and path in Values so the same Flow can target staging and production SFTP endpoints.

Tags: integration, sftp, upload

Last updated