Skip to content

kayyjee/FileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Simple File Server

Summary

This java program initiates a connection and transfers files to and from the client and server. The client has two functions available to them. The SEND command allows the client to send a file from their local machine to the server. Similarly, the GET command will allow the client to request a named files from the server. Both these commands use the TCP/IP protocol suite.

About

FileServer Program that can transfer a .txt or .mp3 between 2 machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages