avoid ftp get if files are too old?

2010-10-08 Thread dangerop
Hi, I've got a situation where we run a weekly process to download files off an ftp site once a week. I've got an Ant build file which will connect to the server and download the files, but I'd like to avoid downloading them if the files are from the previous week. I was thinking of getting the

Re: status of org.apache.tools.{bzip2,tar}

2010-10-08 Thread Stefan Bodewig
On 2010-10-08, Ximin Luo wrote: > We're currently using the bzip2/tar libraries from org.apache.tools in our > project, but I've just come across the org.apache.commons.compress library, > which seems to contain pretty much the same code. commons-compress also contains code for CPIO and AR. > Wh

status of org.apache.tools.{bzip2,tar}

2010-10-08 Thread Ximin Luo
Hi, We're currently using the bzip2/tar libraries from org.apache.tools in our project, but I've just come across the org.apache.commons.compress library, which seems to contain pretty much the same code. Which version is newer, or more actively maintained? We would prefer commons-compress, becau