clone_file

Function clone_file 

Source
pub fn clone_file(
    ssh: &SshCred<'static>,
    src: &Path,
    dest: &Path,
    config_dest: Option<&Path>,
) -> Result<(), Error>