Vemulakonda Uday Bhaskar wrote at Thu, 26 Jun 2003 12:41:16 +0000:

> i have wriiten a code for file tranfer between linux systems
> so i used  Net::SCP qw(scp iscp).
> 
> i downloaded it from the site
> http://serach.cpan.org/author/IVAN
> 
> but after gunzip and tar -xvf..
> when i gave the command as said in README file
> "perl Makefile.pl"
> it is giving error saying that
> "cannot locate NET ncp/[EMAIL PROTECTED]"
> 
> please help me on how tosolve the problem and any other site where 
>  from i can download scp modules

I'm not sure about the error message (better to copy+paste the complete
error message than only one line),
but perhaps you'll need also some other modules.
Net::NCP needs also
Net::SSH
String::ShellQuote
IO::Handle
Only the last one is usually installed.

I couldn't detect something special in it's Makefile.PL, so perhaps that's
really the problem.


Greetings,
Janek

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to