Download a file.
public static
downloadFile(string $url, string $outFile): boolean
Downloads a file and shows a progress bar.
The url to download from.
The file to save the data to.
Indicates success.