SFTP - List folder action

This action lists all items from a specified folder in your SFTP server. All files and subfolders in the specified path will be retrieved. However, items in the subfolders will not be retrieved.

List folder actionList folder action

Input

Input fieldDescription
Folder pathProvide the full path of the folder to list its contents. Example: /folder1/folder2

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.
SymlinkWhether this file contain links to other files.
SizeThe size of the file.
OwnerThe designated owner of the file.
GroupThe group that this file belongs to.
PermissionsThe permissions enabled on this file.
Last accessed timeThe last time this file was accessed.
Last modified timeThe last time this file was modified.
DirectoryWhether 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: