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:51:43
|
>________________________________ > From: Anthony Liu <ant...@ya...> >To: Salvador Fandino <sfa...@ya...> >Cc: "Ssh...@li..." <Ssh...@li...> >Sent: Monday, February 13, 2012 5:44 PM >Subject: Re: [Ssh-sftp-perl-users] Fwd: How to load my private DSA key for authentication? > > >Problem is: I don't even know where the so-called old files/versions of Net::SFTP::Foreign on my Win7 box. I am new to Perl. I am not new to programming. There must be some perl commands that will uninstall the specified version of a module. I don't think there is any command to uninstall modules on Strawsberry Perl. The location of the old files can be found with the following perl code: use Net::SFTP::Foreign; print Dumper "$INC{'Net/SFTP/Foreign.pm'}\n"; Or just use your preferred OS search facility to find files and directories named "Foreign.pm" and "Foreign" respectively. |