in reply to Re^4: Net::SFTP::Foreign is slow
in thread Net::SFTP::Foreign is slow
Get the new 0.05 I have just uploaded to CPAN or just use privatekey instead of key_path:
my $sftp = Net::SFTP::Foreign->new( host => 'delivery.myserver.com', port => '22', backend => 'Net_SSH2', user => 'ftp_user', privatekey => "mytransaction.priva +te.key");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Net::SFTP::Foreign is slow
by syphilis (Archbishop) on Jul 13, 2011 at 11:11 UTC | |
by ssubrat77 (Novice) on Jul 13, 2011 at 15:12 UTC | |
by salva (Canon) on Jul 13, 2011 at 15:56 UTC | |
by ssubrat77 (Novice) on Jul 13, 2011 at 16:49 UTC |