Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lamzaone/cpp-folder-sync

C++ Local/Remote folder sync
https://github.com/lamzaone/cpp-folder-sync

changelog client client-server cpp cpp-sockets delete file-sharing file-sync file-synchronization file-upload remote server sync update update-files upload

Last synced: 5 days ago
JSON representation

C++ Local/Remote folder sync

Awesome Lists containing this project

README

        

# 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
```