RE: Scp : Definition of a remote file set

2005-08-15 Thread Anderson, Rob (Global Trade)
5 1:58 AM > To: Ant Users List > Subject: RE: Scp : Definition of a remote file set > > > Is there a way to write soemthing like this ? > > trust="${trust.flag}" > host="${host}" > username="${usr}"> > cd

Re: Scp : Definition of a remote file set

2005-08-12 Thread Nicolas Vervelle
Here is an example of executing several commands with : password="${ssh.password}" trust="yes" failonerror="true" command="cd /home/groups/j/jm/jmol/htdocs/; tar zxvf upload.tgz; rm upload.tgz"> Complete build file can be found at: http://cvs.sourceforge.net/viewcvs.py/jmol/Jmol-web/build-de

RE: Scp : Definition of a remote file set

2005-08-12 Thread duvelbier-tsmets
age- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 11, 2005 8:25 AM > > To: Ant Users > > Subject: Scp : Definition of a remote file set > > > > > > > > I would like to copy many files from a remote server

RE: Scp : Definition of a remote file set

2005-08-11 Thread Anderson, Rob (Global Trade)
Oops, It should say "tar zcf...", but you get the idea. -Rob A > -Original Message- > From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 11, 2005 8:52 AM > To: Ant Users List; [EMAIL PROTECTED] > Subject: RE: Scp : Defini

RE: Scp : Definition of a remote file set

2005-08-11 Thread Anderson, Rob (Global Trade)
Try this... Then uppack stuff.tar.gz locally using task. -Rob A > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 11, 2005 8:25 AM > To: Ant Users > Subject: Scp : Definition of a remote file set > > > >

Scp : Definition of a remote file set

2005-08-11 Thread duvelbier-tsmets
I would like to copy many files from a remote server to my localhost. I wondered if the following sytnax could be used : Otherwise I will have to do as many SCP's