开发者

Native .NET version of Rsync for commercial application available?

开发者 https://www.devze.com 2022-12-20 12:45 出处:网络
Currently we are evaluating whether it is possible to provide rsync support to an application we sell.

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

I d开发者_运维知识库id a Google search and found some references:

  • "Native Window version of rsync" - A discussion about an implementation but without any code.
  • "Has anyone wrapped the rsync algorithm in C#-callable package?" - A discussion that links to a weblog that is no longer available.

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消