Skip to main content

HTTP Download File

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.

Command Input Parameters

input parametersInput parameter typeDescription
Download URLstr
Save FolderstrFolder in which to save the downloaded file
File Name TypeenumAuto Detect, Custom File Name
File NamestrRequired only when File Name Type is Custom File Name
TimeoutnumberMaximum time to wait for the download to complete, in seconds

Command Output Parameters

Output parametersOutput parameter typeDescription
File PathstrFull path to downloaded file

Example