Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Download File Reference by SFTP

Prev Next
Step Details
Introduced in Version9.22
Last Modified in Version9.28
LocationIntegration > FTP

The Download File Reference by SFTP step allows Users to download a File Reference across a network from an SFTP (Secure File Transfer Protocol) server. This step requires proper authentication via username and password to connect to the specified server type.

Note: All Certificates and related information for FTP/SFTP steps are stored within the Flow Step and are not stored independently in the database or the server.


Properties

Settings

PropertyDescriptionData Type
ShowCertOptionsToggles display a certificate on/off.Boolean
ShowPasswordOptionToggles displaying a password on/off.Boolean

SFTP

PropertyDescriptionData Type
Get Connection by ID (v9.28+)Enables Users to retrieve a connection by a specified ID.
Boolean
Get Configuration From DataAllows Users to set the configuration as input fields.Boolean

Server

PropertyDescriptionData Type
HostHost name of the SFTP server.String
PortPort of the SFTP server.String
SSLToggles SSL on/off.Boolean

Authentication

PropertyDescriptionData Type
Use Certificate for AuthEnables users to use a Certificate and Certificate Password for authentication for SFTP. Users can use the following types of certificates: X.509, PFX/PKCS#12, and PEM.Boolean
UsernameUsername for the SFTP accountString
PasswordPassword for the SFTP accountString

Advanced

PropertyDescriptionData Type
Show Advanced OptionsToggles Advanced Options on/off. Boolean
Enable CompressionEnables compression of the file being uploadedBoolean
SSH Key Exchange AlgorithmEnables SSH to use a specified algorithm typeBoolean

Inputs

PropertyDescriptionData Type
Output File NameThe desired file name of the downloaded file.String
Remote File PathThe SFTP directory path of the SFTP host.String

Outputs

PropertyDescriptionData Type
FileThis step outputs a file reference using the specified information. FileReference

New SFTP Authentication Setting
In v9.26+, Users have the option to provide authentication using both a public key (certificate) and a server password.


Example Inputs and Outputs

Inputs: {
Remote File Path: 
Output FileName:
Outputs: [
0: (
path: 
data: {
file: {
Id:
FileName:
Size:
FileDateTime:


Step Changes

DT TitleDescriptionVersionDate
[DT-047131] Add step to download file reference via SFTP
A new step, 'Download File Reference by SFTP' has been added that enables Users to output specified files as file references. 9.22March 2026
[DT-035959] SFTP Authentication using Public Key and server password
Added the ability to authenticate using both the Public key (certificate) and server password for all SFTP steps.
9.26
May 2026
[DT-047645] Add Batch SFTP Operations Step – Single SFTP Session Support
All SFTP steps have been updated to allow connections by ID.
9.28June 2026