Download File
Description
This action component allows you download file from http url.
Input Properties
- URL (String) – The HTTP url to be downloaded.
- Path (String) – Path to download the file.
- File Name (String) – Name of downloaded file to be saved.
- Username (String) – Username for basic authentication.
- Password (SecureString) – Ignore Security
- Ignore Security (Checkbox) – Ignore Security.
- Is Overwrite (Checkbox) – Overwrite downloaded file if already exist.
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.