Skip to main content

Search files using SFTP

Search files or folders within a directory on an SFTP server.

Application

  • SFTP

Inputs (what you have)

NameDescriptionData TypeRequired?Example
SFTP connected accountThe credentials for the SFTP serverConnected AccountYes
Search folderThe directory to search within on the remote serverText (Long)Yes/home/user
Name filterFilter files by name using wildcards. Supported wildcards are * (matches any sequence of characters), ? (matches a single character), and [range] (matches a range of characters or numbers).Text (Short)No*.txt
Size filterFilter files based on size, using + for larger files and - for smaller ones. Sizes can include decimal values and use units like K (kilobytes), M (megabytes), or G (gigabytes).Text (Short)No+1M
Type filterFilter by type (file or directory)Text (Short)No
Modified date filterFilter files modified within the last N daysNumber with decimalsNo-7
Recursive search?Include subdirectories in the searchTrue/FalseNotrue
Maximum depthLimit the depth of sub-directories to search throughNumberNo3

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Folder ContentsList of files and folders with metadataText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
No resultThis status is selected if the job has successfully completed but no result was produced.

Requirements

  • N/A