KrishnanSG / Interact

An easy to use real time file synchronization application built using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify if the files are synced properly.

SivagiriVisakan opened this issue · comments

Right now, we start the sync and then hope that the process correctly syncs the file.
It would be nice have some kind of verification that the files are actually in sync.
One approach is by sending the hash value of the file from one side to another and verifying it on the other side.