SFTP Agent

Exchange files over SFTP from your workflows.

What it does

  • Connects to an SFTP server to list, upload, download, or delete files.

Common uses

  • Pull daily CSV or XML drops from partners.
  • Push generated reports or inventory exports to a warehouse or vendor.
  • Clean up old files after processing.

Key actions from the spec

  • List files in a remote directory.
  • Download a file (returned as data you can pass to later steps).
  • Upload a file with provided content.
  • Delete a file when it is no longer needed.

Setup notes

  • Requires SFTP host, port, username, and key or password in your connection.
  • Paths are case-sensitive; confirm you have permission to write or delete before running destructive steps.