pub fn download_file(url: &str, dest: &Path) -> Result<()>
Download a URL to a file on disk. Shows no progress (use for small files).