Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 93029 invoked by uid 500); 26 Jul 2001 15:20:53 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 93020 invoked from network); 26 Jul 2001 15:20:53 -0000 Message-Id: <5.0.2.1.2.20010726111302.00ae9b28@camail.harvard.edu> X-Sender: fcruz@camail.harvard.edu X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 26 Jul 2001 11:17:33 -0400 To: ant-user@jakarta.apache.org From: Filip Cruz Subject: Re: Using Ant with SSH In-Reply-To: <01072701072600.00795@helm.realityforge.org> References: <5.0.2.1.2.20010726110422.00a7acf0@camail.harvard.edu> <5.0.2.1.2.20010726110422.00a7acf0@camail.harvard.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Sorry, I am trying to use Ant to deploy to our production servers through SSH. In brief I want to be able to deploy the files over SSH to the server from a task in the Ant build.xml file. I am using a Win2K client and I have SSH Secure Shell client and SecureCRT. Is there a way to deploy over SSH from Ant?? If so, how is it done?