in reply to Re^3: Net::SFTP::Foreign is slow
in thread Net::SFTP::Foreign is slow
Hi Rob,
I am getting an error "Invalid option 'key_path' or bad combination of options". Can you please advise.
use Net::SFTP::Foreign 1.67; use Net::SFTP::Foreign::Backend::Net_SSH2 0.04; my $sftp = Net::SFTP::Foreign->new( host => 'delivery.myserver.com', port => '22', backend => 'Net_SSH2', user => 'ftp_user', key_path => "mytransaction.private +.key"); $sftp->die_on_error("Unable to establish SFTP connection");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Net::SFTP::Foreign is slow
by salva (Canon) on Jul 13, 2011 at 09:36 UTC | |
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 |