hi all

i have written a code for file tranfer through scp
the code is as follows :

#!usr/bin/perl

use Net::SCP;

$scp=Net::SCP->new("xxx.xxx.xxx.xxx") or die "Cannot be connected";
$user=<STDIN>;
$password=<STDIN>;
$scp->login($user,$password);
$scp->get(filemname);


but some error is coming
from where do i download Net::SCP. is this code ok
help me in this regard

with regard
uday



___________________________________________________
Click below to experience Sooraj Barjatya's latest offering
'Main Prem Ki Diwani Hoon' starring Hrithik Roshan,
Abhishek Bachchan & Kareena Kapoor http://www.mpkdh.com


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



Reply via email to