Title:
socket_programing_file_transfer Download
Description: 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
File list (Check if you may need any files):
socket programing-file transfer
...............................\client file ii file transfer.c.c
...............................\server file in file transfer.c