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