Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 435 Bytes

Folder sync and backup

Project created for the course "Programmazione di sistema" of Politecnico di Torino In this project there is a client app and a server app. The client app scan a local folder and send all the modification to a remote server. The remote server stores the files and create a versioning system using a SQLite database. The clint can ask an old version of each file to the server.

This project is written in C#