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
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
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
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
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
>
>
>
>
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