Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.08 KB

File metadata and controls

38 lines (27 loc) · 1.08 KB

FileSync (Server)

Simple file sync implementation in .NET

Documentation

Documentation is available here

How to use

Installation


Docker image

docker pull lasonpeter/filesyncserver

This should pull the image from Docker Hub repository

Platform specific binaries

Platform specific binaries are available here

TODO

  • Stream compression
  • Client-server authentication
  • Bidirectional file synchronization (currently its only client -> server)
  • File conflict resolution
  • Partial file synchronization

Licensing

This project uses the MIT license


WARNING

The Project is W.I.P, and as of now it's usable* but not recommended, as a result there will be no precise documentation until the first stable release which is projected to happen around November 2024


Project uses its own protocol library which currently is in its infancy: TransferLib