rsync library?

J

John Smith

Is there any good rsync library?
I'd prefer a pure java library.

Thanks in advance for any help.
 
P

Paul Cager

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).
 
J

John Smith

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top