Skip to main content

run_scp_upload_with_client

Function run_scp_upload_with_client 

Source
pub async fn run_scp_upload_with_client(
    vps_name: &str,
    local: &Path,
    remote: &Path,
    client: Box<dyn SshClientTrait>,
    json: bool,
) -> Result<()>
Expand description

Testable SCP upload that accepts the client as a parameter.