This project enables file transfer between a client and a server using TCP sockets in Python.
- Python v3.13.5
- Server: Sends a specified file to the client over a socket connection.
- Client: Receives files from the server and saves them locally.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project enables file transfer between a client and a server using TCP sockets in Python.