Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 491 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 491 Bytes

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