FTP Get File List
Description
This action component allows you to get the list of the files located by the FTP server path.
Input Properties
- Input FTP Object (IFtpObject) – Input FTP connection object.
- Remote Path (String) – The path of the directory on the FTP server to be searched.
- IsRecursive (Checkbox) – Search recursively if checked
Output Properties
- Result (IEnumerable
) – List of files that have been found on the FTP server, as IEnumerablevariable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.