my $quoted_to = text_to_shell_lit($to); system 'scp', '--', $from, "${host}:$quoted_to"; #### my $quoted_from = text_to_shell_lit($from); system 'scp', '--', "${host}:$quoted_from", $to;