Skip to main content

Enumerates Objects

Generates a collection of files that have been found on the FTP server. Subfolders can also be included in the search by checking the Includes subfolders box. This activity only works if it is placed inside a With FTP Session scope activity.

Input

  • Remote Path: The path of the directory on the FTP server whose files are to be enumerated.
    • Type: System.String
    • Required
  • Include SubFolders: If this check box is selected, the subfolders are also included in the enumeration of the files on the FTP server.
    • Type: System.Boolean

Output

  • Files: A collection of files that have been found on the FTP server.
    • Type: System.Collections.Generic.IEnumerable<ArenaRobotics.Domain.Entities.FtpObjectInfo>