Skip to content

A limited system for file synchronization and sharing.

Notifications You must be signed in to change notification settings

f-musa/file-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

file-management-app

A limited system for file synchronization and sharing.

Compile & Run Client

cd src/Client
javac -d classes Client/*.java
java -cp classes Client.ClientApp

Compile & Run Server

cd src/Server
javac -d classes Server/*.java
java -cp classes Server.ServerApp

About

A limited system for file synchronization and sharing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages