You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an Application Level program to keep two separate directories synced, similar to Drop- box, using sockets. Program should keep an index of files in the current directory, and support hashes to verify files.
To run open sync_folder1:
run terminal
commands:
python server.py directory_to_sync&
python client.py directory_to_sync
Same for sync_folder2
About
an Application Level program to keep two separate directories synced, similar to Drop- box, using sockets. Program should keep an index of files in the current directory, and support hashes to verify files.