Command description
Download a remote file from a URL and save it in a specified local folder. This command downloads the file directly through the Python requests library. To download through a browser, see Download File in Browser.
| input parameters | Input parameter type | Description |
|---|
| Download URL | str | |
| Save Folder | str | Folder in which to save the downloaded file |
| File Name Type | enum | Auto Detect, Custom File Name |
| File Name | str | Required only when File Name Type is Custom File Name |
| Timeout | number | Maximum time to wait for the download to complete, in seconds |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|
| File Path | str | Full path to downloaded file |
Example