Re: SCP task to preserve exact time stamp

2007-10-25 Thread Alexis Votta
> On 10/24/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > -Original Message- > > From: venkata prasad [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, October 24, 2007 3:15 PM > > To: Ant Users List > > Sub

Re: SCP task to preserve exact time stamp

2007-10-24 Thread Gilbert Rebhan
venkata prasad wrote: Hi, With your syntax, it is giving the below error. /* */ /usr/bin/scp: can't execute binary file. i am using bash shell. hm, did you try in a shell ? maybe you don't have the rights. Regards, Gilbert

Re: SCP task to preserve exact time stamp

2007-10-24 Thread venkata prasad
asad [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 24, 2007 3:15 PM > To: Ant Users List > Subject: Re: SCP task to preserve exact time stamp > > /* > But i am missing time stamp for some of the files and folders. > > Is it possible to know what are the files added/modi

RE: SCP task to preserve exact time stamp

2007-10-24 Thread Rebhan, Gilbert
Hi, -Original Message- From: venkata prasad [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 3:15 PM To: Ant Users List Subject: Re: SCP task to preserve exact time stamp /* But i am missing time stamp for some of the files and folders. Is it possible to know what are the

Re: SCP task to preserve exact time stamp

2007-10-24 Thread venkata prasad
Hi Gilbert, But i am missing time stamp for some of the files and folders. Is it possible to know what are the files added/modified since last copy? Cheers Venkat. On 10/24/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > Hi, > > > -Original Message- > From: venkata prasad [mailto:

Re: SCP task to preserve exact time stamp

2007-10-24 Thread venkata prasad
Hi Nicolas, Here is build script. Initially i was using below SCP ant task to copy database files to remote machine. But above one is not preserving time stamps.. So i am using below one. This is also not preserving time stamp for all files and

RE: SCP task to preserve exact time stamp

2007-10-24 Thread Rebhan, Gilbert
Hi, -Original Message- From: venkata prasad [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 2:13 PM To: user@ant.apache.org Subject: SCP task to preserve exact time stamp /* I have a requirement like when ever i do build, i need to copy all database files/folders from b

RE: SCP task to preserve exact time stamp

2007-10-24 Thread Bizard Nicolas (KIRO 41)
Hi can you describe a bit more, show some code (the fileset part for instance) ? Cheers -Original Message- From: venkata prasad [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 2:13 PM To: user@ant.apache.org Subject: SCP task to preserve exact time stamp Hi All, I have a