This is a TCP protocol implementation simulation based on the existing TCP protocol in your PC.
- execute
./server
- execute
./client
in another terminal client with the parameter of IP and port - input the name of file you want to recive (i.e. testMessage.txt) in client
- check the recive file
rcvd
.
About the more parameters you could use -h
to check them.