Help for this page

Select Code to Download


  1. or download this
    $ssh = Net::SFTP->new($host, debug => 1 ) or die "Blech\n";
    
  2. or download this
    $ssh = Net::SFTP->new($host, user => $user, pass => $pass, debug => 1 
    +) or die "Blech\n";