download And Replace File
Download the file from the specified URL to the specified destination, replacing the file if it already exists. The destination should end in a valid filename. Any directories up to the specified file will be created.
Return
Boolean. Returns true if the file could be found on the hosts' filesystem.
Author
Griefed
Parameters
file Destination
The file to store the web-resource in. Examples:
/tmp/some_folder/foo.bar
C:/temp/some_folder/bar.foo
download URL
The URL to the file you want to download.