Help for this page

Select Code to Download


  1. or download this
    my $quoted_to = text_to_shell_lit($to);
    system 'scp', '--', $from, "${host}:$quoted_to";
    
  2. or download this
    my $quoted_from = text_to_shell_lit($from);
    system 'scp', '--', "${host}:$quoted_from", $to;