Skip to content

ayushvidhale/Socket-programming-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket-programming-in-C

To send data from Client to Server :

  1. Open file directory in terminal and make sure you have a file called client.txt with the data to be sent to server.

  2. run gcc server.c -o server and ./server to Start the Server

  3. Similarly, start the client using the command gcc client.c -o client and ./client

  4. You will see that server.txt has now been generated with the data fetched from client side.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages