Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 9005 invoked from network); 17 Dec 2007 08:25:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 08:25:58 -0000 Received: (qmail 26591 invoked by uid 500); 17 Dec 2007 08:25:39 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 26527 invoked by uid 500); 17 Dec 2007 08:25:39 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 26506 invoked by uid 99); 17 Dec 2007 08:25:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 00:25:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thunderaxiom@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 08:25:16 +0000 Received: by ug-out-1314.google.com with SMTP id c2so1575898ugf.27 for ; Mon, 17 Dec 2007 00:25:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:disposition-notification-to:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=sYkzS9DMGeFsy/VBicxGbNo7ePWF2Iz0w5BqppBA/nE=; b=fJAV2LOmk06ieZpsUnMyh/QlKg5XffCATQeI76tOQaujxR/lIPsojzW83N0obQu14rjWurr5dN62K3HMcCHlQq9jskeM3moW7Lurcu/lkNScKMnCm91jbQqrlwcm5W5JDu/tAZk1oZz6nBgh119AASRSWQyidoLxMyPKhui4wcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=TCTfYgInperJilq92DY8Gp9G1ApK02p0kf9MrGeTJZ5g+YT011MWcX8R17LAgKRYsDaq4GW6eUSBMaxZaSvR/gO0RrZlLYzGT+9uBBIIb8/NPdrtyibp0mzulg1gmiGyySNF7kjrYmyuV2A11agId/ukuIICYKT6/AIIegtM7VA= Received: by 10.66.219.11 with SMTP id r11mr3581648ugg.31.1197879918612; Mon, 17 Dec 2007 00:25:18 -0800 (PST) Received: from ?10.0.0.3? ( [62.66.224.229]) by mx.google.com with ESMTPS id u1sm10968329uge.2007.12.17.00.25.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Dec 2007 00:25:17 -0800 (PST) Message-ID: <476632E6.3010404@gmail.com> Date: Mon, 17 Dec 2007 09:27:18 +0100 From: =?ISO-8859-1?Q?Thorbj=F8rn_Ravn_Andersen?= User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: FTPClient.storeFile is very slow References: <14259748.post@talk.nabble.com> In-Reply-To: <14259748.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org srinivas_nandula skrev den 10-12-2007 20:28: > I am using commons-net FTPClient utility to transfer files, sizes upto 50MB. > When i try to transfer the file using the command prompt, the file transfers > in 5 seconds. But when i use the FTPClient Utility, it takes about 1 minute. > I set the BufferSize etc to about 8MB, but the result is the same. Can > somebody suggest how i can improve the upload performance? > Could you add logging to see exactly where the time is spent? -- Thorbj�rn --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org