Download File by URL
You can select this activity to download a file from a specific URL to a specific location. You can download the file synchronously or asynchronously with the respective RPA flow.
This table lists the properties for the activity.
Property Type | Property Name | Data Type | Description |
---|---|---|---|
Input | Async | Boolean | The Boolean value based on which a file is downloaded asynchronously. |
Name | String | A new name for the downloaded file. | |
Target | String | The destination path to save the downloaded file. | |
URL | String | The URL of the file to be download- ed. | |
Output | Response Code | Int32 | Response code for the activity. Possible values:
|
Output File | String | The location and path of the downloaded file |