I need a program written in C++ and compiled in visual studio. It is to be run on two computers connected via ethernet cable to one another.
There will be a sender and a receiver.
1. The computer with the sender program sends a file to the receiver program.
2. The sender should also have a version number which the receiver will check before it accepts the file. (if the versions are the same the receiver doesn’t update)
3. Finally the receiver should be able to separate the conten…
