Skip to main content

build_scp_base_args

Function build_scp_base_args 

Source
pub fn build_scp_base_args(config: &RemoteConfig) -> Vec<String>
Expand description

Build base SCP connection args from remote config.

Same as SSH but uses uppercase -P for port (SCP convention). Does NOT include source/destination paths — caller appends those.