Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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