tags:

views:

251

answers:

1

Currently we are evaluating whether it is possible to provide rsync support to an application we sell.

I did a Google search and found some references:

Since it is a commercial application, we want something that is not GPL licensed.

Question:

Are you aware of a package to get rsync functions for copying files, which we can ship with a commercial Windows application?

Bonus would be if the rsync functions require no extra installation on the system, just XCOPY and you're done.

Thanks
Uwe

+2  A: 

There is a .Net port of rsync at github. It looks like it's only the client part.

You'll need cwRsync to install a cygwin version of the server.

Carlos Gutiérrez