Skip to content

A socket program, where the client sends content of file and server sends the number of characters in the file.

Notifications You must be signed in to change notification settings

vartikatrao/Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socket Programming

A socket program, where the client sends content of file and server sends the number of characters in the file.

OS: Ubuntu 20.04 LTS

Commands to be followed

Server:

Compile Server and execute:

gcc fileserver.c –o ser
./ser

Client:

Compile Client and execute:

gcc fileclient.c –o ser
./cli

Output:

image

About

A socket program, where the client sends content of file and server sends the number of characters in the file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages