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