FTP Download Directory
Description
This action component allows you to download a folder via FTP protocal.
Input Properties
- Input FTP Object (IFtpObject) – Input FTP connection object.
- Local Path (String) – The local path for the directory to be downloaded.
- Remote Path (String) – The path of the directory is to be download from the FTP server.
- Is Recursive (Checkbox) – If checked, the directory will be downloaded with their respective sub-directories.
- Is Overwrite (Checkbox) – If checked, the directory will be overwritten locally.
Output Properties
- Result (Boolean) – Result of the directory download, as a bool variable.
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.