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 settingsauthentication— Username (required)port— Port
Commands (3)
-
sftp-copyfromCopies contents of file specified from the sftp server and prints it to the war room
-
sftp-listdirList Directories SFTP command given directory path. Defaults to current directory upon sftp login.
-
sftp-upload-fileUpload a file to a path on the SFTP Server