simpleDownload

open fun simpleDownload(url: String, outputFile: File)

Download content from the specified url to the specified File

Parameters

url

The url to download content from

outputFile

The file to save to