Description
You can use the HTTP job entry to get a file from a web server using the HTTP protocol.
Options
| Option | Description |
|---|---|
| Name of the job entry | The name of the job entry. This name has to be unique in a single job. A job entry can be placed several times on the canvas, however it will be the same job entry. |
| URL | The URL to use (for example: http://kettle.pentaho.org) |
| Run for every result row | Check this if you want to run this job entry for every row that was generated by a previous transformation. Use the "Copy rows to result" |
| Input field which contains URL | The fieldname in the result rows to get the URL from |
| Target filename | The target filename. |
| Append to specified target file | Append to the target file if it already exists |
| Add date and time to target filename | Check this if you want to add date and time yyyMMdd_HHmmss to the target filename. |
| Target filename extension | Specify the target filename extension in case you're adding a date and time to the filename |
| Upload file | |
| Username | The username to authenticate with. For Windows Domains, put the Domain in from of the user like this DOMAIN\Username |
| Password | The password to authenticate with. |
| Proxy server for upload | The HTTP proxy server name or IP address |
| Proxy port | The HTTP proxy port to use (usually 8080) |
| Ignore proxy for hosts | Specify a regular expression matching the hosts you want to ignore, separated. For example 127\.0\..* |