open fun download(fileUrl: String, target: File): Unit
Downloads file from specified URL.
abstract fun download(fileUrl: String): File
Downloads file from specified URL to temporary directory with preserving file name.