Skip to main content

List Directory

Lists the files in a directory on an FTP server.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the "Continue On Error" property is true, no error is caught when the project is executed even if a Catch node is used.

Input

  • Session Id - Id of the FTP session. The ID is the output of the Connect node.
  • Ftp Directory Path - Path of the directory whose files need to be listed

Output

  • Files - List of files in the specified FTP directory

Options

  • Sort - Specifies the sorting order of the list of files. The following options are available:
    • Name - Ascending
    • Name - Descending
    • Date - Last Modified
    • Date - Earliest Modified
  • Top - Specifies the maximum number of files to list in the output. The default value is 10.