Re: help SFTP perl

2003-07-07 Thread Sudarshan Raghavan
vemulakonda uday bhaskar wrote: hi all have run this simple code , which is nothing but file transfer using SFTP between two linux systems #!usr/bin/perl Add these lines, trust you will be glad you did use strict; use warnings; Let them stay as long as you are developing and testing your co

help SFTP perl

2003-07-07 Thread vemulakonda uday bhaskar
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