• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java implementation of rsync

 
Ranch Hand
Posts: 510
Google Web Toolkit Eclipse IDE Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

has anyone heard of a java implementation of the rsync protocol other than the inactive "JarSync" Project on SourceForge?
Or is there anything that compares to rsync that has been implemented in java?

thanks.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One of the two original developers of rsync wrote an implementation recently in pure Java so it can be platform independent. It is called yajsync.

EDIT: Actually it wasn't the original developer who developed it just that the Github page has his name at the bottom of the page next to the license statement. It was written by Per Lundqvist. It is active though and better than Jarsync which is inactive.

Github...
https://github.com/perlundq/yajsync

It is active and in good hands with the original guru!
reply
    Bookmark Topic Watch Topic
  • New Topic