Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/pysync
Similar to dropbox but syncs files over local networks and one node is always the server.
https://github.com/pdxjohnny/pysync
Last synced: about 1 month ago
JSON representation
Similar to dropbox but syncs files over local networks and one node is always the server.
- Host: GitHub
- URL: https://github.com/pdxjohnny/pysync
- Owner: pdxjohnny
- Created: 2014-09-05T22:40:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T22:09:35.000Z (over 9 years ago)
- Last Synced: 2024-03-16T06:51:37.213Z (8 months ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PySync
======Syncs files over local networks or to server with accessible port always keeping one node as the server.
If the server node fails all node got ot the next server in the queue.To use you first have to generate the SSL and key files, input passwords and info as prompted
```
openssl genrsa -des3 -out server.orig.key 2048
openssl rsa -in server.orig.key -out server.key
openssl req -new -key server.key -out server.csr
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
```|Contains|To Do|Bugs|
|---|---|---|
| Web viewer| Server Queue| Files transfer mulitiple times|
| Syncing|| Some downloads (encoding issues)|
| SSL|||
| Downloads||
| Sign in||