This project uses the Python socket module to simulate communication between a client and a server. A server is set up on a system. Threads allow multiple clients on the same system to connect to the server. The clients can move to different directories on the server, see the directory listing, and create files.
- Sockets
- Pickle
- Threads
- System modules
- os
- sys
- Lab 5 for for CIS 41B (Advanced Python Programming) at De Anza College, Spring 2023
- Professor: Clare Nguyen
- Author: Surajit A. Bose © 2023
- Thanks: Edgar Aguilar, James Kang, Annie Luu