Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 376 Bytes

c++ remote directory sync

unix systems only

Sync the files between a local directory and a remote directory.

Currently can upload new files, and update existing ones, and delete files from remote directory.

todos:

  • add deletion
  • update files
  • changelog.txt

compile:

g++ server.cpp -o server
g++ client.cpp -o client