curl_download
Download files from URLs using curl with options to specify output filenames, resume partial downloads, follow redirects, and set request timeouts.
Instructions
Download a file using curl
Input Schema
Name | Required | Description | Default |
---|---|---|---|
follow_redirects | No | Whether to follow redirects | |
output_filename | No | Output filename (if not provided, will use remote filename) | |
resume | No | Resume partial download if file exists | |
timeout | No | Request timeout in seconds | |
url | Yes | The URL of the file to download |