It was Friday, June 27, 2003 when vemulakonda uday bhaskar took the soap box, saying:
: dear all
: 
: i have a code to tranfer file between two linux machines using 
: sftp
: 
: for that i used "use Net::SFTP", but it is giving error saying 
: "Can't locate Net.SFTP.pm [EMAIL PROTECTED]
: (@INC contains /usr/lib/perl5/5.6.0/1386-Linux......) at  shh3.pl 
: linux.."
: how should i go and fix the problem

You need to install Net::SFTP on your computer.

The simple approach would be this, on the command line:

  perl -MCPAN -e'install Net::SFTP'

Alternativley, you could download it from
  http://search.cpan.org/author/BTROTT/Net-SFTP-0.05/

: My code :

Your code seems fine, if not a little messy. :-)

And by messy I mean, you should not post your username and password,
or even private IP address to a public mailing list like this.

It is most important that you change your password immediatley.

Good luck.


  Casey West

-- 
I am a superhero.


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

Reply via email to