Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lamzaone/cpp-folder-sync
- Owner: lamzaone
- Created: 2024-01-17T22:00:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T12:37:52.000Z (10 months ago)
- Last Synced: 2024-10-11T00:48:13.151Z (27 days ago)
- Topics: changelog, client, client-server, cpp, cpp-sockets, delete, file-sharing, file-sync, file-synchronization, file-upload, remote, server, sync, update, update-files, upload
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```