fun downloadHttp(url: String, options: HttpFileTransfer.() -> Unit): FileResolution
Download file using HTTP file transfer with custom settings (like basic auth credentials).
Use only when using more than one remote HTTP server to download files.