Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      die "Unable to establish a SFTP connection: ",
      $sftp->error;
    $sftp->get('/root/foo.txt', '/root/foo2.txt');