This is a simple P2P file Transfer Program. It was done for the PA1 of the CSE589 of UB. For this assignment we have to code P2P file transfer (Sending/Receiving) using the unix socket api. This program has been built and tested on Unix Platform.
Instrunction to build and run: a) Download the source in a folder. b) Use the make file provided with the source to build the code. 3) Refer PA1 document for the functionality of the program.