Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 517 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 517 Bytes

-SD-Project

The ucDrive is a shared file storage platform for students and teachers of the University of Coimbra. This project consists of creating this platform so that teachers and students can store files in a remote repository.

Objective

File Tranfer (upload and download)

One Server

One Back Up Server

Multiple Clients

Run

Resume

  1. Go to directory src
  2. javac .*java
  3. java -cp . TCPServer
  4. java -cp . BackUpServer
  5. java -cp . TCPClient 6000(or 6055)

Better Detailed in the readme.txt file