pub async fn run_scp( action: ScpAction, config_override: Option<PathBuf>, opts: ScpOptions, ) -> Result<()>
Runs the SCP subcommand (upload/download), single host, multi-file, or multi-host.