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.