Help for this page

Select Code to Download


  1. or download this
    system("/usr/bin/scp $file $username\@$host:$remoteFile");
    die "System call to scp command failed! : $!\n" if ($? != 0);