Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #3106
| From | Paul Cager <paul.cager@googlemail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: rsync library? |
| Date | 2011-04-18 05:42 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <18d8e903-270f-4ce1-9a26-b4ba857e393f@32g2000vbe.googlegroups.com> (permalink) |
| References | <ioh9pk$nrs$1@news.metronet.hr> |
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).
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
rsync library? John Smith <jsmith@yahoo.com> - 2011-04-18 14:11 +0200
Re: rsync library? Paul Cager <paul.cager@googlemail.com> - 2011-04-18 05:42 -0700
Re: rsync library? John Smith <jsmith@yahoo.com> - 2011-04-18 14:52 +0200
csiph-web