Re: grep Net::FTP

2009-05-27 Thread Mihir Kamdar
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 >

Re: grep Net::FTP

2009-05-26 Thread John W. Krahn
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

grep Net::FTP

2009-05-26 Thread Mihir Kamdar
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 $