Downloads a file from the specified URL and saves it to the target file.
The URL of the file to download.
The file path where the downloaded file will be saved.
A promise that resolves when the file is successfully downloaded and saved, or rejects with an error if there was an issue.
Generated using TypeDoc
Downloads a file from the specified URL and saves it to the target file.