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.
File Tranfer (upload and download)
One Server
One Back Up Server
Multiple Clients
Resume
- Go to directory src
- javac .*java
- java -cp . TCPServer
- java -cp . BackUpServer
- java -cp . TCPClient 6000(or 6055)
Better Detailed in the readme.txt file