Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 27255 invoked from network); 27 Apr 2006 01:08:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2006 01:08:46 -0000 Received: (qmail 39659 invoked by uid 500); 27 Apr 2006 01:08:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 39588 invoked by uid 500); 27 Apr 2006 01:08:40 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 39577 invoked by uid 99); 27 Apr 2006 01:08:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 18:08:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of atsuhiko.yamanaka@gmail.com designates 64.233.162.204 as permitted sender) Received: from [64.233.162.204] (HELO nz-out-0102.google.com) (64.233.162.204) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 18:08:39 -0700 Received: by nz-out-0102.google.com with SMTP id q3so2346483nzb for ; Wed, 26 Apr 2006 18:08:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tAw4EDtK8Ul2LUTbxVrVuuZsY4SudAF0Q8eDxhOxoXFplmL4n1IyUuk/fs/x89ke1J0ZRjudZEMkgGVr4TfyXQntz1d0GzDcyBaL6Rk7wPahjs+7sL1lZxxleWUKmS1d68hZgB1U0TTv6pq8XNaCAlcdIAk+CvQLAwdVUFIj1eE= Received: by 10.65.72.6 with SMTP id z6mr201363qbk; Wed, 26 Apr 2006 18:08:18 -0700 (PDT) Received: by 10.65.61.17 with HTTP; Wed, 26 Apr 2006 18:08:18 -0700 (PDT) Message-ID: <6df22f8a0604261808k3e01e0bfp9a4d3e7a08f36ecd@mail.gmail.com> Date: Thu, 27 Apr 2006 10:08:18 +0900 From: "Atsuhiko Yamanaka" Sender: atsuhiko.yamanaka@gmail.com To: "Ant Users List" Subject: [patch] sftp task MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi there, I have posted a patch to implement sftp task at http://issues.apache.org/bugzilla/show_bug.cgi?id=3D39373#c13 If you are interested in it, please try. Commnets, suggetions and question= s are welcome. PS. that task is implemented as 'org.apache.tools.ant.taskdefs.optional.ssh.SFTP', so you need to define the sftp task as follows, --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org