- Documentation
- Activities
- Remote File Transfer
- List Remote Files
Show all files in a folder on the remote server
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Connection Variable ftpConnectionVariable | variable | Required | — | — |
Remote Path ftpRemotePath | string | Optional | / | — |
List Type ftpListType | enum | Optional | all | —allfilesfolders |
File Pattern ftpFilePattern | string | Optional | — | — |
Include Subfolders ftpRecursive | boolean | Optional | false | — |
Output
FTPFileListArrayList of files on remote server
[index].nameString[index].pathString[index].typeString[index].sizeNumber[index].modifiedTimeString
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Connect to FTP Server
Connect to a remote file server for transfers
Delete File
Delete a file from the remote server
Delete Folder
Delete a folder from the remote server
Directory Exists
Check if a directory exists on the remote server
Disconnect from FTP
Close the connection to the remote server
Download Files
Download files from the remote server