download-to ( url path -- path )
HTTP Download Utilities

Prev:download ( url -- path )
Next:download-once-to ( url path -- path )


Vocabulary
http.download

Inputs
urlan url or a string
patha pathname string


Outputs
patha pathname string


Word description
Downloads the contents of the URL to a file with the given pathname and returns the pathname.

Notes
Use this to download the file every time.

Errors
Throws an error if the HTTP request fails.

Definition