List Remote Files SFTP/FTP
  • 21 Mar 2024
  • 1 Minute to read
  • Dark
    Light

List Remote Files SFTP/FTP

  • Dark
    Light

Article summary

Step Details
Introduced in Version4.0.0
Modified in Version8.19.0
LocationIntegration > FTP

The List Files by FTP component calls an FTP (File Transfer Protocol) server to retrieve the files stored in a defined remote folder location. This step returns an array of file data with the files stored in the defined folder.



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

FTP/SFTP

PropertyDescriptionData Type
Pattern (Only in v8.19+)The pattern will set file names that will be included in the result set. 
? matches any single character.
* matches any number of any characters except the directory separators.
** matches any characters and separators.
---
Get Configuration From DataAllows the user to set the configuration as input fields ---

Server


HostHost name of the FTP server---


PortPort of the FTP server---


SSLEnables user to select an SSL Security Type---


SSL Security TypeChoose the security type as Explicit, Unsecure, Implicit, or Secure.---



Authentication




Use Certificate for AuthEnables users to use a Certificate and Certificate Password for authentication for FTP. Users can use the following types of certificates - X.509, PFX/PKCS#12, and PEM.
---




UsernameUsername for the FTP account---




PasswordPassword for the FTP account---



Proxy




TypeAllows the user to select the Proxy type---



Advanced




Enable CompressionEnables compression of the file being uploaded---

Inputs

PropertyDescriptionData Type
Remote File PathThe FTP/SFTP directory path of the FTP/SFTP hostString

Outputs

PropertyDescriptionData Type
FilesThe array of file data of the files stored in the defined folder.List of FTPFileInfo


Step Changes

DT TitleDescriptionVersionDate
[DT-037229] SSL Security Type drop-down does not displayAdded a new "SSL Security Type" setting for the FTP steps.8.11April 2023
[DT-040615] FR - Filter by File Pattern at SFTP Server Added in the "Pattern" setting for SFTP and FTP steps.8.19March 27, 2024 

Related Information

Forum Posts:
FTP File Download Update Upload Flow
Download SFTP File - Remote File Path
Access SFTP Folder Using SSH Keys



Was this article helpful?