Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages