thanks John...my problem is solvedam trying to add more functionalities
to the script. Will seek help again if faced with any issue..
On Tue, May 26, 2009 at 11:31 AM, John W. Krahn wrote:
> Mihir Kamdar wrote:
>
>> Hi,
>>
>> I want to write a perl script which will get files from multiple
>
Mihir Kamdar wrote:
Hi,
I want to write a perl script which will get files from multiple directories
in remote location using FTP. Following is the script that I tried:-
#!/usr/bin/perl
use Net::FTP;
use strict;
for (my $count=0; $count < 2; $count++)
{
print "Please enter the directory name to
Hi,
I want to write a perl script which will get files from multiple directories
in remote location using FTP. Following is the script that I tried:-
#!/usr/bin/perl
use Net::FTP;
use strict;
for (my $count=0; $count < 2; $count++)
{
print "Please enter the directory name to ftp files: \n" ;
my $