Skip to content

lamzaone/cpp-folder-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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