Help for this page

Select Code to Download


  1. or download this
    my $sftp = Net::SFTP::Foreign->new(host => 'myserver', user=> 'testuse
    +r', password => 'password');
    $sftp->error() and die "Unable to connect to SFTP host -  Error: " . $
    +sftp->error();
    
  2. or download this
    
    Unable to connect to SFTP host -  Error: Password interchange did not 
    +complete: -1 at ./module_test.pl line 56.
    
  3. or download this
    OpenSSH_4.7p1, OpenSSL 0.9.8f 11 Oct 2007
    debug1: Reading configuration data /etc/ssh/ssh_config
    ...
    debug1: No more authentication methods to try.
    Permission denied (password,publickey).
    Unable to connect to SFTP host -  Error: Password interchange did not 
    +complete: -1 at ./module_test.pl line 56.
    
  4. or download this
    Unable to connect to SFTP host: myserver. Error: Password not requeste
    +d as expected: -1 at pn4_deploy_common.pl line 210.
    Permission denied (password,publickey).