pub fn download_file(
    url: &str,
    fname: String,
    dest: Option<&str>
) -> Result<String, Error>