Skip to content

89-oniichan/TCP_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TCP_Server

To compile the server do:
$ javac Server.java

To run the server do:

$ java Server


Server must be running to get a response, so run both Server and Client simultaneously.



To compile the Client do:

$ javac Client.java

To run the Client do:

$ java Client


Now in server side enter the path of the file that needed to be transferred
Ex : /Users/user/Desktop/anyfile.txt


In Client side enter the path of the file where you wanted to save.

Ex : /Users/user/Desktop/anyfile.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages