kayyjee / FileServer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%