Skip to content

SFTP

Stable Connected tier

Generic SFTP connector for reading and writing files via secure file transfer. Used as a protocol connector for any system that exposes data over SFTP.

Authentication: SSH key or password
Connection type: SFTP


Supported resources

ResourceFETCHPUSHLOOKUPEXECUTE
files

FETCH supports two modes:

  • EXPLORER - recursive directory listing (up to 3 levels deep)
  • CONTENT - file download

LOOKUP stats a single file path. EXECUTE supports the DELETE command.


Connection setup

Required values:

  • Host
  • Port - default 22
  • Username
  • Password or Private Key (SSH key authentication)

Security

Access type: Read and governed write

Demiton retrieves files and can deliver files (generated reports, payment files) back via governed workflows. Delete operations also go through governed workflows.

Permissions required: SFTP account credentials scoped to the directories your workflows need. Use a dedicated SFTP user for Demiton.

Use SSH key authentication over password where possible. Rotate credentials on a regular schedule.


Next steps