Download File From URL
This Automation Manager object downloads a file from a URL to a configured path and file name.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Remote File URL | String | Yes | The URL of the file to be downloaded. |
| Save As | String | Yes | The file name to use when saving the downloaded file. |
| Overwrite Existing File | Selection | Yes | Determines that an existing file with the same name and location should be overwritten. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
| Remote File URL | String | Yes | http://www.filehippo.com/download_defraggler/download/e6214c6edb7ba69854e89b10542ab72f/ |
| Save As | String | Yes | C:\defraggler.exe |
| Overwrite Existing File | Selection | Yes | Optionally, you can overwrite the file on the device if it already exists. |
