Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 44845 invoked from network); 15 Mar 2010 16:05:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 16:05:39 -0000 Received: (qmail 6838 invoked by uid 500); 15 Mar 2010 16:04:51 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 6746 invoked by uid 500); 15 Mar 2010 16:04:51 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 6738 invoked by uid 99); 15 Mar 2010 16:04:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 16:04:51 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.221.173] (HELO mail-qy0-f173.google.com) (209.85.221.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 16:04:46 +0000 Received: by qyk4 with SMTP id 4so2615006qyk.2 for ; Mon, 15 Mar 2010 09:04:24 -0700 (PDT) MIME-Version: 1.0 Sender: jcarman@carmanconsulting.com Received: by 10.229.127.164 with SMTP id g36mr1840464qcs.99.1268669064413; Mon, 15 Mar 2010 09:04:24 -0700 (PDT) In-Reply-To: <4B9E599C.3030504@tbee.org> References: <4B9E4A31.2030908@tbee.org> <4B9E599C.3030504@tbee.org> From: James Carman Date: Mon, 15 Mar 2010 12:04:04 -0400 X-Google-Sender-Auth: 8cb8f73bdd3ab505 Message-ID: Subject: Re: FTP findFiles vs FILE To: Commons Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I've used the filtering options with an FTP site before. Do you have code that goes against any public FTP sites that you can share with us that exhibits the behavior? On Mon, Mar 15, 2010 at 12:00 PM, Tom wrote: > I can, however I would then need to apply my own filter and VFS supports > FileSelection... > > Tom > > > On 2010-03-15 16:03, James Carman wrote: >> >> Can you not just use getChildren()? >> >> On Mon, Mar 15, 2010 at 10:54 AM, Tom =A0wrote: >> >>> >>> Slowly making progress on using VFS for FTP access after all kinds of >>> exception that did not make sense. >>> >>> Anyhow, I have a tree that shows a directory structure. If I specify >>> "file:///..." =A0 the contents of the filesystem is shown; specifically >>> findFiles loops into all childeren. If I only replace this >>> with"ftp://..." >>> findFiles does no longer loop into its childeren; it only finds itself. >>> So >>> that means that if I unfold a directory I see the same directory again, >>> unfold, same dir, unfold, same dir, ... >>> >>> Why is the behavior for file: different from ftp:? >>> How do I find childeren of an FTP FileObject? >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org >>> For additional commands, e-mail: user-help@commons.apache.org >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org >> For additional commands, e-mail: user-help@commons.apache.org >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org