Re: [Ssh-sftp-perl-users] Fwd: How to load my private DSA key for authentication?
Brought to you by:
dbrobins
From: Salvador F. <sfa...@ya...> - 2012-02-13 16:31:45
|
>________________________________ > From: Anthony Liu <ant...@ya...> >To: Salvador Fandino <sfa...@ya...> >Cc: "Ssh...@li..." <Ssh...@li...> >Sent: Monday, February 13, 2012 5:03 PM >Subject: Re: [Ssh-sftp-perl-users] Fwd: How to load my private DSA key for authentication? > > >Well, you are right, I adapted your script, ran it and I got this: > > >This is Net::SFTP::Foreign 1.57 running on perl v5.12.3 on MSWin32 > > > >Now, before I make other tests, how can I have Perl pick up my Net::SFTP:Foreign 1.69? Delete the files from the old version from your hard disk. Add the following lines to your script, to see find it: use Net::SFTP::Foreign; use Data::Dumper; print Dump \%INC; |