Step Details |
Introduced in Version | 5.0.0 |
Last Modified in Version | 9.8.0 |
Location | Integration > HTTP |
The Download File to Path step will download the specified file from the URL to the local file system.
Properties
Settings
Property | Description | Data Type |
---|
Do Not Use Default Proxy | Defines whether the default proxy is used. | Boolean |
Inputs
Property | Description | Data Type |
---|
File URL | URL of the file to download. | String |
Local Destination Path | Folder path to download the file to. | String |
Timeout (ms) | Amount of time that will pass before the Step times out. | Int32 |
Outputs
Property | Description | Data Type |
---|
Error Message | Error that occurred. | String |
File Size | Displays the file size of the downloaded file. | Int32 |

Step Changes
Description | Version | Release Date | Developer Task |
---|
Added the Timeout (ms) input. | 9.8 | March 2025 | [DT-043477] |