Previous Topic

Next Topic

Book Contents

Book Index

HTTP Get

HTTP Get downloads a file from a website, using HTTP[S] with the GET verb. This script is not suitable for files larger than a few dozen megabytes, because it loads the entire file into memory before saving it.

Use this script like a source. Then configure one or destinations to save the files to their final locations.

Input Parameters

Notes

HTTP Get works only when the website requires either no authentication, or HTTP authentication.

HTTP Get does not work if the website requires the user to sign on via a web form, and/or if the user must navigate through the site in order to access the download page.