Skip to main content

Enumerate Objects

Description

This Activity will retrieve the list of files and folders under the specified folder inside the connected FTP server.

note

This Activity must be used within the FTP Context Activity.

Properties

Location

  • Remote Path – The complete file/folder path to get the file/folder information.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note

Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

  • Recursive – Specify true if you want to retrieve information of files/folders recursively from the specified FTP folder path. By default, this is false

Output

  • Files – It returns list of file information of type FtpObjectInfo.

Example

Download Example

FTP enumerate objects