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

This script will work only when the website requires either no authentication, or HTTP authentication. Unfortunately, many websites require the user to signon via a web form, and/or to navigate through the site in order to access the download page. This script will not support websites like that.