Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $scpe->scp($filelocation . '*', $remotedir);
    
    print "SCP complete\n";
    
  2. or download this
    scp /opt/work/reports/2009/* xferusr@server123.internal:/var/www/html/
    +reports/2009