vemulakonda uday bhaskar wrote:
hi all
This is the 5'th copy of your mail, please don't send multiple copies
thanks for the reply. i got the Net::FTP module installed and my code is working
my code is as follows :
#!usr/bin/perl use Net::FTP; $ftp=Net::FTP->new("192.168.255.xxx") or dir "Cannot be connected"; $ftp->login("xxxx","xxxx"); $ftp->get("filename");
this is for file transfer through FTP
can u please tell me how to do the same with SCP( or SFTP). what
changes need to done
Did you read through the documenation of Net::SCP or Net::SFTP. I guess there must be examples given in the docs.
With Regards uday
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]