forked from f-prime/MatchBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (17 loc) · 1020 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
About
=====
Match Box is a Dropbox type clone that you can install on your personal server to remotely backup your files without worrying about Dropbox getting a hold of them.
Match Box uses the Flask web framework for the server, and all files are transfered using the HTTP protocol.
How To Setup
============
Step 1: Copy server.py to your server that you plan to host your Match Box Server.
Step 2: Open server.py and edit username and password to your own information you would like to use.
Step 3: Start server.py (python server.py)
Step 4: Start the client in a new folder (python client.py)
Step 5: Enter your info as needed. (Url should be http://url:5000)
Step 6: Now, every file inserted into that folder will be uploaded. If a file is removed from that directory it will be automatically downloaded again.
Shell
=====
There are two shell commands available in the current version.
rm <file> - Deletes a file on both server side, and client side.
ls - Lists all the files in the current folder.