Function download_file

Source
pub fn download_file(
    host: &str,
    path: &str,
    file_name: &str,
) -> Result<(), Box<dyn Error>>