{"id":24886733,"url":"https://github.com/elenaches/csharp-remote-text-file-editor--client-server","last_synced_at":"2025-10-05T17:55:18.327Z","repository":{"id":147597775,"uuid":"203586325","full_name":"ElenaChes/Csharp-Remote-Text-File-Editor--Client-Server","owner":"ElenaChes","description":"A college project in C# using server-client sides, a file editor with a remote file directory and permission management.","archived":false,"fork":false,"pushed_at":"2024-01-17T19:41:37.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-06T18:50:17.856Z","etag":null,"topics":["c-sharp","client-server","client-side","college-project","console","csharp","file-editor","remote","remote-file-reader","server-client","server-side"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElenaChes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2019-08-21T13:07:23.000Z","updated_at":"2023-08-26T15:27:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"b70ee0b9-2a5e-4c36-8fad-5c66bce6e9ee","html_url":"https://github.com/ElenaChes/Csharp-Remote-Text-File-Editor--Client-Server","commit_stats":null,"previous_names":["elenaches/csharp-remote-text-file-editor--client-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ElenaChes/Csharp-Remote-Text-File-Editor--Client-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FCsharp-Remote-Text-File-Editor--Client-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FCsharp-Remote-Text-File-Editor--Client-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FCsharp-Remote-Text-File-Editor--Client-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FCsharp-Remote-Text-File-Editor--Client-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElenaChes","download_url":"https://codeload.github.com/ElenaChes/Csharp-Remote-Text-File-Editor--Client-Server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FCsharp-Remote-Text-File-Editor--Client-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278494321,"owners_count":25996414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c-sharp","client-server","client-side","college-project","console","csharp","file-editor","remote","remote-file-reader","server-client","server-side"],"created_at":"2025-02-01T15:16:07.957Z","updated_at":"2025-10-05T17:55:18.297Z","avatar_url":"https://github.com/ElenaChes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote File Editor\n\n\u003cimg align=\"right\" style=\"width:300px; height:auto;\" src=\"https://github.com/ElenaChes/Csharp-Remote-Text-File-Editor--Client-Server/assets/54331769/e6d880dc-e91d-4ac6-8573-655af068ac02\"\u003e\n\nA college project in C# using server-client sides.\u003cbr\u003e\nDescription: a file editor with a remote file directory and permission management.\n\n\u003e [!NOTE]\n\u003e The project is separated into a client side and a server(admin) side, but set to work on the same computer for testing purposes.\u003cbr\u003e\n\u003e (Adjust IP addresses in code before compiling to run across computers in the same network)\n\n\u003cimg align=\"right\" style=\"width:400px; height:auto;\" src=\"https://github.com/ElenaChes/Csharp-Remote-Text-File-Editor--Client-Server/assets/54331769/7ef365c6-fb99-4954-aca6-f6de1410658f\"\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003ch3\u003eContent\u003c/h3\u003e\u003c/summary\u003e\n\n- [Installation](#installation)\n- [Usage](#usage)\n  - [Users](#users)\n  - [Admin](#admin)\n\n\u003c/details\u003e\n\u003chr\u003e\n\n# Installation\n\n1. Run `Server_Final/Compiled/Server_Final.exe`.\n2. Run `Client_Final/Compiled/Client_Final.exe`.\n\nor\n\n1. Compile `Server_Final/Server_Final.sln` via Visual Studio.\n2. Compile `Client_Final/Client_Final.sln` via Visual Studio.\n\n# Usage\n\n1. Login via the client form.\n\nThere's currently 3 users in the system:\n\n- admin (pass: 123)\n- user1 (pass: 111)\n- user2 (pass: 222)\n\n### Adding new users:\n\n- If running the compiled files, modify: `Server_Final/Compiled/users.txt`\n- If running via Visual Studio, modify: `Server_Final/Server_Final/bin/Debug/users.txt`\n\n## Users:\n\n2. Load an existing text file from the user folder or open a new one.\n3. Make changes to the file and save, the file will get updated on the server's end.\n\n## Admin:\n\n2. Go through the user folders and manage the files.\n3. Changes made by the admin won't affect the files, but only the admin can delete existing files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felenaches%2Fcsharp-remote-text-file-editor--client-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felenaches%2Fcsharp-remote-text-file-editor--client-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felenaches%2Fcsharp-remote-text-file-editor--client-server/lists"}