Simple SFTP

Simple SFTP Integration to copy files from SFTP Server using paramiko.

Utilities · Simple SFTP

Configuration parameters

  • host — Host (required)
  • proxy — Use system proxy settings
  • authentication — Username (required)
  • port — Port

Commands (3)

  • sftp-copyfrom

    Copies contents of file specified from the sftp server and prints it to the war room

  • sftp-listdir

    List Directories SFTP command given directory path. Defaults to current directory upon sftp login.

  • sftp-upload-file

    Upload a file to a path on the SFTP Server