- 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();
- or download this
Unable to connect to SFTP host - Error: Password interchange did not
+complete: -1 at ./module_test.pl line 56.
- 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.
- 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).