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
With Regards 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]