List Directory
list-directoryList all files and subdirectories within an FTP directory by providing its remote path.
Instructions
List contents of an FTP directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | Path of the directory on the FTP server |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The directory that was listed | |
| entries | Yes | Directory entries | |
| fileCount | Yes | ||
| totalCount | Yes | ||
| directoryCount | Yes |