Can I use the embedded .NET version of Rsync for a commercial application?

We are currently evaluating whether rsync support can be provided for the application we are selling.

I did a Google search and found some links:

Since this is a commercial application, we need something that is not licensed by the GPL.

Question:

Do you know about a package for receiving rsync functions for copying files that we can send using a commercial Windows application?

The bonus will be if rsync functions do not require additional installation in the system, just XCOPY, and you're done.

+4
source share
1 answer

There is a github . Clean rsync port on github. This only looks like the client side.

You will need cwRsync to install the cygwin server version.

+4
source

Source: https://habr.com/ru/post/1301125/


All Articles