File Transfer via Sockets in Python This project enables file transfer between a client and a server using TCP sockets in Python. Requirements Python v3.13.5 Features Server: Sends a specified file to the client over a socket connection. Client: Receives files from the server and saves them locally.