Skip to content

A basic C++ file server that leverages sockets to connect to accept a client connection and serve a file

Notifications You must be signed in to change notification settings

ryanpflynn/network-file-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/*****************
* Ryan Flynn
******************/

Written and complied in CodeBlocks 12.11 for Windows.

Add the library "ws2_32" to the linker in order to properly 
compile the project.  

In the unlikely event that you receive compile errors,
it may be necessary to rebuild the project.

About

A basic C++ file server that leverages sockets to connect to accept a client connection and serve a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages