LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • SFTP
    • Overview
    • Downloading Files using SFTP
    • Uploading Files using SFTP
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. SFTP

Downloading Files using SFTP

Automation procedures for downloading files from a server using SFTP.

Downloading a File

To download a file using SFTP server, use the following syntax:

connect to sftp with
    the host is "sftp.example.com"
    the port is 22
    the username is "user"
    the password is "password"
get a file from sftp with
    the remote path is "/path/to/remote/file.txt"

Last updated 1 month ago

Was this helpful?