Send File using UDP Socket
in this program client request (Downloading) file from server
Compile Program with: gcc -o server server.c
Compile Program with: gcc -o client client.c
Run : ./server
.... Socket
.... Bind
Run: ./client
Enter Name File : testing.txt (file from server)
Enter Name File To Save: Testing.txt