Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 21082 invoked from network); 7 Feb 2005 06:32:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Feb 2005 06:32:52 -0000 Received: (qmail 31409 invoked by uid 500); 7 Feb 2005 06:32:47 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 31171 invoked by uid 500); 7 Feb 2005 06:32:46 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 31157 invoked by uid 99); 7 Feb 2005 06:32:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO application.porta.de) (62.153.151.106) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 06 Feb 2005 22:32:45 -0800 Received: from localhost (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 07AFF166F9B for ; Mon, 7 Feb 2005 07:32:40 +0100 (CET) Received: from application.porta.de ([127.0.0.1]) by localhost (application.porta.de [127.0.0.1]) (amavisd-new, port 10027) with LMTP id 29550-03-2 for ; Mon, 7 Feb 2005 07:32:31 +0100 (CET) Received: from [172.16.228.139] (unknown [172.16.228.139]) by application.porta.de (Postfix) with ESMTP id 0B3BF166F9A for ; Mon, 7 Feb 2005 07:32:30 +0100 (CET) From: Mihael Knezevic Reply-To: m.knezevic@porta.de To: "Jakarta Commons Users List" Subject: Re: NET FTP Date: Mon, 7 Feb 2005 07:32:27 +0100 User-Agent: KMail/1.7.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502070732.27324.m.knezevic@porta.de> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N yeah. got the same error message. try adding the apache jakarta commons oro package to the classpath. the error message should go away. Am Freitag, 4. Februar 2005 23:55 schrieb Jacob, Thomas (Trinity): > Thanks Michael, > > I tried using > > FTPFile f[] = ftp.listFiles(); > > And I am getting this error. > > There is no subdirectory "oro" under org/apache. > > > > java.lang.NoClassDefFoundError: > org/apache/oro/text/regex/MalformedPatternException > at > org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createNTF > TPEntryParser(DefaultFTPFileEntryParserFactory.java:134) > at > org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFil > eEntryParser(DefaultFTPFileEntryParserFactory.java:95) > at > org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2327 > ) > at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2072) > at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2123) > at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2167) > at FileMover.main(FileMover.java:129) > Exception in thread "main" > Java Result: 1 > > > > Thanks > Thomas K. Jacob > > -----Original Message----- > From: Mihael Knezevic [mailto:m.knezevic@porta.de] > Sent: Thursday, February 03, 2005 10:15 PM > To: Jakarta Commons Users List > Subject: Re: NET FTP > > why not work with the listNames() or listFiles() method and work with the > returned array? > > Am Donnerstag, 3. Februar 2005 19:21 schrieb Jacob, Thomas (Trinity): > > Hi > > I am using FTPclasses. > > And to get the list of files in a path with wildchar characters, I am > > using the listFiles(String) function > > > > When I give ftpclient.listFiles("*.zip") it gives me the list of .zip > > files in that directory in FTP server. THis works fine. But this is > > case sensitive. For example, if the file has a .ZIP file extension, it > > does not return the file name. > > > > If the file name comparison can be made case insensitive, it would be > > great, may be with an additional parameter to indicate that it is case > insensitive. > > > > If you can show me which function to modify in the source, then I can > > make changes in the source to do a string compare case insensitive or > > after doing toUpper on both the file name and the wild char string. > > > > Thanks > > > > > > Thomas K. Jacob > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org