Skip to content

cdegree/UnixNetworkProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnixNetworkProgramming

Compile

for normal *.c compile it with

gcc *.c -o *

Because of multithread, compile the Server.c in 4 and FileServerTwo with

gcc Server.c -o Server -lpthread

Usage

Server Usage:

./Server port

Client Usage:

./Client IP port

About

Unix Network Programming Homework&Finalwork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published