You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Anderson, Rob H - VSCM" <An...@vectorscm.com> on 2003/03/20 17:15:14 UTC

RE: SSH in ANT?!?! (WAS: RE: process on a remote server via an AN T ?????)

You can do multiple commands. For example, setting command="cd
/usr/local/bin ; rm -rf something ; tar zxf ~/something.tar.gz" would first
cd to /usr/local/bin, then delete the "something" directory, and then untar
the file ~/something.tar.gz.

-----Original Message-----
From: Stefan Bodewig [mailto:bodewig@apache.org]
Sent: Wednesday, March 19, 2003 11:15 PM
To: user@ant.apache.org
Subject: Re: SSH in ANT?!?! (WAS: RE: process on a remote server via an
ANT ?????)


On Wed, 19 Mar 2003, Nathan Christiansen <Na...@tni.com>
wrote:

> SSH support is landing in the 1.6 release of ant?

It is already there (scp and single command sshexec).  You are much
encouraged to try a recent nightly build and help us getting things
stabilized.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org