Skip to content

Simple project that establishes a connection between a server and client to send a file.

Notifications You must be signed in to change notification settings

darryl-ty/WebServerProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run this project:

1. Make sure you are on a Windows machine. Any Windows version greater than XP is fine.
2. Open up two terminal prompts and navigate each of them to a directory of where the cpp files are.
    For example terminal 1 should be in the directory of server.cpp and terminal 2 should be in the directory of client.cpp.
3. Type "g++ -o server server.cpp -lws2_32 -std=c++17" into terminal 1.
3. Type "g++ -o client client.cpp -lws2_32 -std=c++17" into terminal 2.
4. Wait for both files to finish compiling.
5. In terminal 1, type "server.exe" to run the server executable. YOU MUST RUN THIS FIRST!
6. In terminal 2, type "client.exe" to run the client executable.
7. Follow the prompts and enjoy your new file!

About

Simple project that establishes a connection between a server and client to send a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published