Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 87035 invoked from network); 1 Dec 2004 15:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Dec 2004 15:46:21 -0000 Received: (qmail 24460 invoked by uid 500); 1 Dec 2004 15:40:12 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 24339 invoked by uid 500); 1 Dec 2004 15:40:10 -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 24184 invoked by uid 99); 1 Dec 2004 15:40:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from h-64-105-195-133.atlngahp.covad.net (HELO redesetgrow.com) (64.105.195.133) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 07:40:04 -0800 Received: from (10.17.18.70 [10.17.18.70]) by MailEnable Inbound Mail Agent with ESMTP; Wed, 01 Dec 2004 10:45:41 -0500 Message-ID: <41ADE5B9.7070104@redesetgrow.com> Date: Wed, 01 Dec 2004 10:39:37 -0500 From: Wade Chandler Organization: Red-e Set Grow User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [NET] ftpClient as part of a servlet application References: <41AD0787.1050802@ballreich.net> <41AD6E53.2020306@indra.es> <41ADDF0F.8060905@ballreich.net> In-Reply-To: <41ADDF0F.8060905@ballreich.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Cindy Ballreich wrote: > > The jsp, Tomcat, and the ftp server are all on the same machine. The > files to be uploaded are on some remote user's machine. Yes, I agree > that FileUpload can certainly do this, but we've had some issues > uploading really big files using FileUpload and it was suggested (by one > of my bosses) that ftp might be more reliable. The possibility of being > able to restart the upload form (or near) the point that it failed was > especially attractive. > > > Jos� Antonio P�rez Testa wrote: > >> Can you explain better? >> Where are the files, the ftp server and the jsp? >> It seems like a FileUpload problem, not ftp! >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > > You can't use the ftpclient from the client side in a jsp without having a signed java applet or an application. Just to clarify, because from the posting it doesn't sound like that is clear. The FileUpload class and everything else runs on the backend in the jsp container, so the ftp client will not be able to do the same thing as file upload simply because of the logistics and where the components need to run. Do you have an applet or an application you are running ftp client in? Wade --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org