pub async fn run_scp_download_with_client( vps_name: &str, remote: &Path, local: &Path, client: Box<dyn SshClientTrait>, json: bool, ) -> Result<()>
Testable SCP download that accepts the client as a parameter.