On 18.4.2011. 14:42, Paul Cager wrote:
> On Apr 18, 1:11 pm, John Smith<jsm...@yahoo.com> wrote:
>> Is there any good rsync library?
>> I'd prefer a pure java library.
>>
>> Thanks in advance for any help.
>
> I also needed a Java implementation, about 6 months ago. I found quite
> a few projects that have _started_ to implement an rsync library, but
> none of them had got sufficiently far to be useful. I ended up using
> Runtime.exec to drive the rsync program instead (using Cygwin for
> Windows).
I also found a couple like jarsync, but it is in a beta version so I'm
not gonna use it in a production environment.
|