carcassonne has asked for the wisdom of the Perl Monks concerning the following question:
This could either be a CPAN module question or a Net::SFTP. I've installed Net::SFTP and at that time I've only chosen protocol 2. Now I need, seemingly (see error msg below) protocol 1. If I do a 'install Net::SFTP' at the CPAN module prompt it'll report that it's up to date. If I add 'force' it'll do a bit of very short work then it'll report OK. How can I go through the installation questions once more so I can choose both 1 and 2 protocols ?
Simply putting a file, using protocol 2, I get:
No compat match: OpenSSH_3.9p1.
When I specify 'protocol +> 1,2' I then get :
Can't locate object method "blocking" via package "IO::Handle" at /usr/lib/perl5/site_perl/5.8.6/Net/SSH/Perl.pm line 212, <GEN0> line 1.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SFTP: Installing other protocol
by zentara (Cardinal) on Nov 25, 2005 at 17:34 UTC |