|
1 | | -# Multithreaded-File-Transfer-using-TCP-Socket-in-Python |
| 1 | +# Multithreaded File Transfer using TCP Socket in Python |
| 2 | + |
| 3 | +A multithreaded file transfer client-server program build using a python programming language. The server has the capability to handle multiple clients concurrently at the same by using threading. The server assigns each client a thread to handle working for that client. |
| 4 | + |
| 5 | +The server supports the following functions: |
| 6 | + - LIST: List all the files from the server. |
| 7 | + - UPLOAD path: Upload a file to the server |
| 8 | + - DELETE filename: Delete a file from the server |
| 9 | + - LOGOUT: Disconnect from the server |
| 10 | + - HELP: List all the commands |
| 11 | + |
| 12 | + YouTube Video: [https://youtu.be/FQ-scCeKWas](https://youtu.be/FQ-scCeKWas) |
0 commit comments