Hi All, I have a requirement like when ever i do build, i need to copy all database files/folders from build machine to UNIX machine.
Right now i am uasing SCP Ant task for secure copy. But it is not preserving time stamp for all files and folder. So i went for 'scp' unix command in exec -ant task . It is preserving time stamp for some files and folders only. Could some body help me, in preserving time stamps for all folders and files. Thanks in advance, Prasad U V.
