Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      eval {
    ...
      } or die "unable to load any SSH module";
      Net::SSH2->import();
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
        return $SFTP;
    }