Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDB48DB34 for ; Thu, 25 Oct 2012 19:48:13 +0000 (UTC) Received: (qmail 18084 invoked by uid 500); 25 Oct 2012 19:48:12 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 18004 invoked by uid 500); 25 Oct 2012 19:48:12 -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 17996 invoked by uid 99); 25 Oct 2012 19:48:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 19:48:12 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zionyuan1@gmail.com designates 209.85.223.171 as permitted sender) Received: from [209.85.223.171] (HELO mail-ie0-f171.google.com) (209.85.223.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 19:48:06 +0000 Received: by mail-ie0-f171.google.com with SMTP id s9so3549234iec.30 for ; Thu, 25 Oct 2012 12:47:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DcZDqxFbD1fO8J0bPwFwJofcWmhzaKFZGRdtn+dn238=; b=TEY4V352xOAvZ9234jxwpsqrm07v8LN+wBZRijbxMJl4SosjG6INRhfqUsS2igxD4a NQSClP8jquZe4kEtvGmKbH4vQboJPDnla+F86nZpVWlrCqgRtiDlLddNhF6J/SOwOJ3e 0ou/zNU88/HILr2bJDkjSJFwTsyCT4wynQRUFaKl03uARRSNCfnqoC8CaLOgsjMTzkKP HJ2Jmd951koIDT/VnIrKmj3ejyg73tr/lob2Pc6s6c9kqNidJuIU3Zw04a4TX3qjGQQp +Lma75GKyxDl1eV0GslegOiSkiwPMbwzrpV6EDOklvhMGJ8nXdcocjjL1OKMghJKoV1H 0mbw== MIME-Version: 1.0 Received: by 10.50.193.131 with SMTP id ho3mr5694205igc.51.1351194465461; Thu, 25 Oct 2012 12:47:45 -0700 (PDT) Received: by 10.50.217.201 with HTTP; Thu, 25 Oct 2012 12:47:45 -0700 (PDT) Date: Thu, 25 Oct 2012 15:47:45 -0400 Message-ID: Subject: [net - FTP] How to monitor FTP progress with file transfer between remote servers From: Zion Yuan To: user@commons.apache.org Content-Type: multipart/alternative; boundary=14dae934106322e58d04cce77a10 X-Virus-Checked: Checked by ClamAV on apache.org --14dae934106322e58d04cce77a10 Content-Type: text/plain; charset=ISO-8859-1 I am using the commons FTPClient remoteRetrieve() and remoteStore() for file transfer between remote servers. What is best way to monitor the transfer progress? Thanks --14dae934106322e58d04cce77a10--