Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 805 Bytes

File metadata and controls

42 lines (21 loc) · 805 Bytes

VirtualFileSystem

Multi threaded file system implementation in python

Description

Multi threaded filesystem server is implemented in python. Multiple clients can be connected at a time.

Getting Started

Dependencies

  • python3
  • Linux

Installing and Running

  • Clone the repo
git clone https://github.com/imranzaheer612/virtualFileSystem.git
  • simply run the serverThreading.py on the server end

Sample output!

  • Then start the clients. client.py contains the code for the client end

Sample output!

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details

Sample output!