TCP Client-Sever File Sharing App

Project Details

Tools

  • Java

Scope

  • Lead of Server Integration
  • Helped with Client Integration too

Github Repo

In CS316 Introduction to Operating Systems and Computer Networks, myself and one other peer created this TCP client-server file sharing program.

Clients can upload, download, rename, delete, and list all files on the server.



Clients must also enter the server's IP and port in the program arguments before running.

Example arguments:


Client: localhost 3000
Server: 3000


Look at the repository!