hi all

my code :

#!usr/local/bin

use Net::SFTP;
use Net::SSH::Perl;

use strict;
use warnings;

my $SFTP=Net::SSH::Perl->new("xxx.xxx.xxx.xxx") or die "Cant connect";
$sftp->login("xyz","abc");


the above code is working fine. Bu what is tehe command to get or put a file
the command $sftp->get("filenamne") is showing a error.


please help me

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