pub fn download_objects_ssh(
pipe: &mut SshPipe,
local_store: &ObjectStore,
hashes: &[ObjectHash],
) -> Result<usize, String>Expand description
Download objects from a remote server via SSH pipe
pub fn download_objects_ssh(
pipe: &mut SshPipe,
local_store: &ObjectStore,
hashes: &[ObjectHash],
) -> Result<usize, String>Download objects from a remote server via SSH pipe