Hi 

I am trying to get all the files present in a directory  using 

        my $filename="*.txt";
        my @file_list = "";

        until (@file_list = $g2_ftp_obj->ls($filename))   (Using FTP object)

But this is listing only file that are "*.txt" not that are "*.TXT".

Is there any way to make the file extension case insensitive


regards
Saurabh

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to