in reply to Re^2: SCP connection
in thread SCP connection

Easiest is probably to use the CPAN shell:
perl -MCPAN -e 'shell' install Net::SCP
(It'll ask some configuration questions the first time you run it)

Replies are listed 'Best First'.
Re^4: SCP connection
by mantra2006 (Hermit) on Jul 25, 2006 at 18:29 UTC
    Hello If I use
    $ ppm install Net-SSH2 Installing package 'Net-SSH2'... Error installing package 'Net-SSH2': Could not locate a PPD file for p +ackage Net-SSH2
    does this mean SSH2 is not there on server?