FileShare/Server: Difference between revisions
Created page with 'This is a simple python script that allows the file share activity to save files on the jabber server. This optional server is for the FileShare Activity. ==Code== The code…' |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
==Code== | ==Code== | ||
The code can be found in the FileShare Activity's [http://gitorious.org/jlew/xo-file-distro/trees/master/FileShare.server git repo] | The code can be found in the FileShare Activity's [http://gitorious.org/jlew/xo-file-distro/trees/master/FileShare.server git repo] | ||
==Features== | |||
* Maintains a file list | |||
** Files can be uploaded to the server | |||
** All users can view file list and download any file they wish. | |||
* Maintains user list | |||
** Keeps user key (hash of public key), Nickname, and access level. | |||
** Users can be given 3 access levels. | |||
*** Level 0: Download only | |||
*** Level 1: Download, Upload and Remove | |||
*** Level 2: Download, Upload and Remove, Administer User Levels | |||
==Future Plans== | ==Future Plans== | ||
* Allow users to have private upload/download files. | * Allow users to have private upload/download files. | ||