Help for this page

Select Code to Download


  1. or download this
      my $src_cmd = "C:/Windows/System32/OpenSSH/scp ". $src_file. " vinot
    +hg\@$server:".$target_path;
      print("Source copy cmd: $src_cmd\n");
    ...
        print("Error: $output\n");
        return 0
      }
    
  2. or download this
    Source copy cmd: C:/Windows/System32/OpenSSH/scp D:/dev/eee/src/sample
    +.dat vinothg@ipaddress:/home/vinothg/src/20200218124538501.dat
    
    The system cannot find the path specified.