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