Introduction - If you have any usage issues, please Google them yourself
socket programing:
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the file mention in the server side will be transferred to client side
->to compile c file in linux
$cc filename.c-o outputfilename.o