{"id":20895398,"url":"https://github.com/gopikrsmscs/multithread-file-system","last_synced_at":"2026-04-25T12:32:14.997Z","repository":{"id":229207828,"uuid":"493903586","full_name":"gopikrsmscs/multithread-file-system","owner":"gopikrsmscs","description":"Java code base supports the file upload,delete,rename and download using remote procedure call communication(RPC). ","archived":false,"fork":false,"pushed_at":"2022-05-19T03:17:37.000Z","size":387,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T11:30:24.387Z","etag":null,"topics":["distributed-systems","fileserver","filesystem","filesystemwatcher","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gopikrsmscs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-05-19T03:13:25.000Z","updated_at":"2024-03-22T17:18:09.000Z","dependencies_parsed_at":"2024-03-22T19:34:57.010Z","dependency_job_id":"ab53c125-4e5d-4b34-9707-23b424854a20","html_url":"https://github.com/gopikrsmscs/multithread-file-system","commit_stats":null,"previous_names":["gopikrsmscs/multithread-file-system","pavulurig/multithread-file-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gopikrsmscs/multithread-file-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopikrsmscs%2Fmultithread-file-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopikrsmscs%2Fmultithread-file-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopikrsmscs%2Fmultithread-file-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopikrsmscs%2Fmultithread-file-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gopikrsmscs","download_url":"https://codeload.github.com/gopikrsmscs/multithread-file-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopikrsmscs%2Fmultithread-file-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distributed-systems","fileserver","filesystem","filesystemwatcher","java"],"created_at":"2024-11-18T10:28:43.079Z","updated_at":"2026-04-25T12:32:14.976Z","avatar_url":"https://github.com/gopikrsmscs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MULTITHREADING FILE SYSTEM\n## Problem Statement\nImplement a Multi-Threaded File Server that supports UPLOAD, DOWNLOAD, DELETE, and RENAME file operations. Use different folders to hold files downloaded to the client or uploaded to the server. \n\n## Supporting Operations\n* Upload selected file from client to sever\n* Delete a given file from server\n* Rename server file\n* Download the file from the client\n\n## Starting server\n1.Open Terminal \u003cbr\u003e\n2.Go to Downloaded Project Directory\n\nPerform the below operation to start the server\n\n```bash\n\t1.cd DSCode/MultithreadFileSystem/src\n\t2.javac *.java\n\t3.java FileServer\n```\n### Server Start Output\n\n![Screenshot](server.png)\n\n## Running Client\n\nOpen New Terminal and Run the below command to start the Helper Thread.\n\n```bash\n\t1.cd DSCode/MultithreadFileSystem/src\n\t2.javac *.java\n\t3.java MultiThreadClient \n```\n### OUTPUT\n![Screenshot](client.png)\n\n## 1.UPLOAD\nWhen we run the client `MultiThreadClient` it will ask for the Operation we want to perform.\n\nBelow is the input format.\n\n```bash\n\tUPLOAD abs.pdf\n\tUPLOAD file.pdf\n```\nNote: abs.pdf and file.pdf already present in the client folder\n\n### Output \n![Screenshot](upload.png)\n\nA file `abs.pdf` should be present in the folder `DSCode/MultithreadFileSystem/src/serverfiles` \n\n## 2.DOWNLOAD\n\n```bash\n\tDOWNLOAD file.pdf\n```\n\n### OUTPUT\n![Screenshot](download.png)\n\nA file `file.pdf` should be present in the folder `DSCode/MultithreadFileSystem/src/clientfiles/download` \n\n## RENAME\n\n```bash\n\tRENAME file.pdf f.pdf\n```\n\n### OUTPUT\n![Screenshot](rename.png)\n\n Go to folder `DSCode/MultithreadFileSystem/src/serverfiles` a file f.pdf must be presnet. \n\n## DELETE\n\n```bash\n\tDELETE f.pdf\n```\n\n### OUTPUT\n![Screenshot](delete.png)\n\n Go to folder `DSCode/MultithreadFileSystem/src/serverfiles` a file f.pdf must be deleted. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopikrsmscs%2Fmultithread-file-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgopikrsmscs%2Fmultithread-file-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopikrsmscs%2Fmultithread-file-system/lists"}