pub fn download_to_path<P: AsRef<Path>>(
    logger: &Logger,
    entry: &RemoteContent,
    dest_path: P
) -> Result<()>
Expand description

Ensure a URL with specified hash exists in a local filesystem path.