Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $ssh->cmd("cd /var/tmp");
    $ssh->cmd("wget -c -np -r -nH --cut-dirs=1 --reject \"index.html*\" ht
    +tp://myURL.com/patch/126546-07/");
    ########################