Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 69181 invoked from network); 20 Jun 2006 04:11:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jun 2006 04:11:18 -0000 Received: (qmail 14832 invoked by uid 500); 20 Jun 2006 04:11:14 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 14770 invoked by uid 500); 20 Jun 2006 04:11:14 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 14759 invoked by uid 99); 20 Jun 2006 04:11:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 21:11:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.201.96.57] (HELO mail.korax.net) (216.201.96.57) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 21:11:13 -0700 Received: from [72.59.17.67] (CPE000ea614445e-CM0012c90f827a.cpe.net.cable.rogers.com [72.59.17.67]) by mail.korax.net (Postfix) with ESMTP id F09C317027B for ; Tue, 20 Jun 2006 00:10:52 -0400 (EDT) Message-ID: <4497754D.6070401@sysconet.ca> Date: Tue, 20 Jun 2006 00:10:53 -0400 From: Rizwan Merchant User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: commons-user@jakarta.apache.org Subject: FTPClient works on Windows, not on FC4 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I have an application that uses the FTPClient class to connect to a server and download some files. This application is being developed on a Windows box and it works fine from there. But when I port the application to a Fedora Core 4 env, it seems to not work. FTPClient lets the application log in and move around in the directory structure, but when the listFiles() command is invoked, the length of the array is 0 (ie as if there are no files in the directory). I am certain there are files in that directory (and it shows when running the application on a Windows env). Could anyone tell me what the problem could be here?? Thanks, -Riz. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org