http_download
Download a file from a URL and save it to a specified path, with support for authentication, custom headers, redirects, and timeouts.
Instructions
Download a file using curl
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to download from | |
| auth | No | Authentication configuration | |
| headers | No | Optional headers to include | |
| timeout | No | Request timeout in seconds (default: 300) | |
| insecure | No | Allow insecure SSL connections (default: false) | |
| outputPath | Yes | Path where to save the downloaded file | |
| followRedirects | No | Follow redirects (default: true) |