AW: avoid ftp get if files are too old?

2010-10-25 Thread Jan.Materne
This will upload only the 'modified' files (independ of the date). Jan >-Ursprüngliche Nachricht- >Von: dangerop [mailto:nabbl...@hotmail.com] >Gesendet: Samstag, 9. Oktober 2010 01:34 >An: user@ant.apache.org >Betreff: avoid ftp get if files are too ol

Re: avoid ftp get if files are too old?

2010-10-11 Thread dangerop
name and use an old datestamp. Thanks! KaJun -- View this message in context: http://ant.1045680.n5.nabble.com/avoid-ftp-get-if-files-are-too-old-tp3205466p3207865.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

Re: avoid ftp get if files are too old?

2010-10-09 Thread David Weintraub
Have you looked at the "depends" parameter? The "depends" property won't download a file if a file with the same name is already there, and the file on the local machine has a newer timestamp than the file on the remote machine. By default, "depends is set to "no" which means it will download all t

avoid ftp get if files are too old?

2010-10-08 Thread dangerop
y. This works, but one of the files is several gigabytes large and so I'd like to be able to just check the timestamps before transferring it. Any ideas? Thanks, KaJun -- View this message in context: http://ant.1045680.n5.nabble.com/avoid-ftp-get-if-files-are-too-old-tp3205466p3205466.html Se