in reply to Re^2: Net::SFTP::Foreign Connections with Password Authentication
in thread Net::SFTP::Foreign Connections with Password Authentication
my $s=Net::SFTP::Foreign->new( 'foo@bar', password=>'...', expect_log_user => 1, timeout => 8, more => '-v' ); die $sftp->error if $sftp->error;
And BTW, is the remote system accessible from the Internet so I can run some tests against it?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Net::SFTP::Foreign Connections with Password Authentication
by allyc (Scribe) on Jun 01, 2008 at 22:11 UTC | |
by salva (Canon) on Jun 01, 2008 at 22:29 UTC |