Skip to content

Multithreaded Remote File System server architecture using Core Java, and interactive client side console

Notifications You must be signed in to change notification settings

thatbackendguy/remote-file-system-v2

Repository files navigation

Remote File System

created by: https://github.com/yashpra1010/

Steps to run

  1. Run server
java BootStrap server
  1. Run client
java BootStrap client

Note: If running the server and client on different machines, add the config.json file where the program is being executed.

{
  "HOST": "<IP of server>",
  "PORT": <port>
}

About

Multithreaded Remote File System server architecture using Core Java, and interactive client side console

Resources

Stars

Watchers

Forks

Languages