home..
Multi-Threaded File Transfer Server-Client Application
Mia Vrhovnik / April 2023
C
sockets
multithreading
FULL SOURCE CODE:
Description
- The project includes a server and a client application that can send files to each other.
- Each transfer the client also calculates the checksum of the file and sends it to the server. The server then compares the checksums and sends back a response to the client.
- It can send files of any size, multiple files at once, and can send files to multiple clients at once.