SFTP - Search files/folders action

This action allows you to search for files, folders, or both within a given folder path in your SFTP server. The action will fail if the path is not found.

Search files/folders actionSearch files/folders action

Input

Input fieldDescription
Parent folder pathProvide the path of the parent folder. All of its files and subfolders will be searched. Search does not include contents of the subfolders. Example: /folder1/folder2
EntitySelect whether to search for files, folders, or both. Default is Files.
Search termEnter the search term. Regular expression matches are supported. For example, to search for all CSV files in the folder, use *.csv.

Output

The output of this action is a list of records with each record containing the following details:

Output fieldDescription
NameThe name of the file or folder.
SymlinkWhether this file or folder contain links to other files.
SizeThe size of the file or folder.
OwnerThe designated owner of the file or folder.
GroupThe group that this file or folder belongs to.
PermissionsThe permissions enabled on this file or folder.
Last accessed timeThe last time this file or folder was accessed.
Last modified timeThe last time this file or folder was modified.
Folder?Whether this item is a folder.
List sizeTotal number of items in the list.
List indexPosition of each item in the list, starting at 0.

Last updated: