Multi threaded file system implementation in python
Multi threaded filesystem server is implemented in python. Multiple clients can be connected at a time.
- python3
- Linux
- Clone the repo
git clone https://github.com/imranzaheer612/virtualFileSystem.git
- simply run the serverThreading.py on the server end
- Then start the clients. client.py contains the code for the client end
This project is licensed under the [MIT] License - see the LICENSE.md file for details