Skip to content

freckles98/java-socket-programming

Repository files navigation

README
----------------------------------------------------------------------------------------------------------------------------------
Authors:
Chelsea van Coller	VLCCHE001
Michael Brough		BRGMIC022
Max McGown-Withers	MCGMAX001
----------------------------------------------------------------------------------------------------------------------------------

Files
----------------------------------------------------------------------------------------------------------------------------------
	client.java and server.java are contained in the src directory. 
client.java
server.java
	docList.txt and Makefile are in the same directory as the src folder.
docList.txt
Makefile
----------------------------------------------------------------------------------------------------------------------------------

Makefile Commands
----------------------------------------------------------------------------------------------------------------------------------
make clean:
	This removes all the .class files from the bin.

make server:
	This runs the server program.

make client:
	This runs the client program.

make docs:
	This generates html documents that list the commenting on all of the public classes and methods in the .java files.
----------------------------------------------------------------------------------------------------------------------------------

Running the server:
	The user does not have to do anything while running the server.
	The only thing is that the docList.txt file must be with the src directory that contains the server.java file.

Running the client:
	After running the client, the user will have to follow the input prompts to either upload or download a file. 
	It is vital that the user has the files they want to upload saved in the same directory as this README.
----------------------------------------------------------------------------------------------------------------------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published