Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 53869 invoked from network); 5 Sep 2005 06:05:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2005 06:05:45 -0000 Received: (qmail 10866 invoked by uid 500); 5 Sep 2005 06:05:41 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 10856 invoked by uid 500); 5 Sep 2005 06:05:41 -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 10843 invoked by uid 99); 5 Sep 2005 06:05:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2005 23:05:40 -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 [196.7.147.2] (HELO www2a.your-server.co.za) (196.7.147.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2005 23:05:53 -0700 Received: from [165.165.224.71] (helo=[169.254.255.20]) by www2a.your-server.co.za with esmtp (Exim 4.51) id 1ECA6k-0008I9-5z for commons-user@jakarta.apache.org; Mon, 05 Sep 2005 08:05:36 +0200 From: Stefan Viljoen Reply-To: sviljoen@polard.com Organization: Polar Design Solutions To: commons-user@jakarta.apache.org Subject: [NET] problem with FTP module Linux / XP FIXED Date: Mon, 5 Sep 2005 07:55:19 +0000 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509050755.19804.sviljoen@polard.com> X-Virus-Scanned: Clear (ClamAV 0.86.2/1062/Sun Sep 4 09:55:30 2005) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all I have managed to fix this - the problem was that I was incorrectly calling the FileInputStream constructor when the code was executing on Windows systems. In these cases, FTPClient.storeFile was not generating any exceptions though, and quietly tried to connect to the webserver the applet was running on, instead of throwing an exception to show that a file was not found... -- Stefan Viljoen Software Support Technician / Programmer Polar Design Solutions Mobile: (+27) 83 4060854 Tel: (+27) 18 297 1753 Fax: (+27) 18 290 5556 http://polard.com --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org