Search files or folders within a directory on an SFTP server.
Application
SFTP
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
SFTP connected account | The credentials for the SFTP server | Connected Account | Yes | |
Search folder | The directory to search within on the remote server | Text (Long) | Yes | /home/user |
Name filter | Filter 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 filter | Filter 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 filter | Filter by type (file or directory) | Text (Short) | No | |
Modified date filter | Filter files modified within the last N days | Number with decimals | No | -7 |
Recursive search? | Include subdirectories in the search | True/False | No | true |
Maximum depth | Limit the depth of sub-directories to search through | Number | No | 3 |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
Folder Contents | List of files and folders with metadata | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
No result | This status is selected if the job has successfully completed but no result was produced. |
Requirements
N/A