Expand description
AirClient::DownloadFile - downloads a single file via the Air
daemon’s DownloaderService and writes it to a local filesystem path.
Server-side handles HTTP-layer retries, redirects, and resume; the
gRPC call returns only after the local file is fully written (or the
download fails). For incremental delivery see
AirClient::DownloadStream.