hi all

have run this simple code , which is nothing but file transfer using SFTP between two linux systems

#!usr/bin/perl
use Net::SFTP:
my $sftp=Net::sftp->new("xxx.xxx.xxx.xxx");

and i got the error as
"permission denies at /usr/lib/perl5/site_perl/5.60/Net/SFTO.pm

but if i execute the above code without the last line , it is giving no error

what is the reason behind this error

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


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



Reply via email to