A Dropbox clone written in Python for my 11th grade final project in Cyber class.
In order to run the server, type in: python -m server.server
And for the client, just write: python -m client.client
- Graphical Client
- Multithreaded Server
- JSON Based Protocol
- User Management
- File Management
- Permission Management
- Group Management
- Admin Interface
(To Be Added)
- Omer Katz - Initial work - omerk2511