views:

36

answers:

1

I need a .NET library to synchronise files from a server to a client (one way).

Requirements:

  • Should be a .NET library
  • Needs to be deployed via ClickOnce (that is, no instalation, no COM etc.)
  • Needs to support HTTP and/or FTP and/or SMB
  • Open Source, Free or Commercial
+1  A: 

Sync Framework will work for this.

sadboy
Sync framework needs to be installed.
Thomas Jespersen
It can be included in a .NET app as a dll reference and then deployed via click once.
sadboy
Thomas Jespersen
Isn't that in your requirement that is needs to be deployed via ClickOnce? Maybe I'm missing the question here, but ClickOnce is just a windows install that handles the install process and subsequent updates.
sadboy
You convinced me. I'm looking at it now. I was hoping that there would be a small assembly for my needs. An entire framework is a bit to overwhelming for my current needs.
Thomas Jespersen
Sync framework only supports SMB, neither HTTP or FTP. I know I was not clear on that one.
Thomas Jespersen