Hi friends,
I am trying to use Net::Netrc which is available from libnet-1.19.I wrote a script which uses Net::FTP module from libnet-1.19 and does ftp of files from a host to the target system. But i have to use Net::Netrc for login and then do ftp of files ? can you help me with the sample code.
In most of the sites and even i man page for Net::Netrc i see that there is info given only till login and how to i use the object that is created using $mach = Net::Netrc->lookup('some ip');
but what next after connection ? how do i use the object $mach that is created?
Please help.
thanks in advance
Veera