{"id":20036870,"url":"https://github.com/mecaneer23/local-file-server","last_synced_at":"2026-05-08T23:05:14.774Z","repository":{"id":213005420,"uuid":"732788471","full_name":"mecaneer23/local-file-server","owner":"mecaneer23","description":"This is a simple local file server, written with Flask.","archived":false,"fork":false,"pushed_at":"2025-03-04T13:42:23.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T14:33:10.331Z","etag":null,"topics":["file-server","file-upload","flask","flask-file-server","local","local-server","local-upload-server","python","qr-code"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mecaneer23.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":"2023-12-17T20:32:08.000Z","updated_at":"2025-03-04T13:42:27.000Z","dependencies_parsed_at":"2023-12-17T22:22:49.394Z","dependency_job_id":"2801fced-d42f-48b0-847b-6bd9f1caf8a3","html_url":"https://github.com/mecaneer23/local-file-server","commit_stats":null,"previous_names":["mecaneer23/local-upload-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mecaneer23/local-file-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Flocal-file-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Flocal-file-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Flocal-file-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Flocal-file-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mecaneer23","download_url":"https://codeload.github.com/mecaneer23/local-file-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mecaneer23%2Flocal-file-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27286459,"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-11-26T02:00:06.075Z","response_time":193,"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":["file-server","file-upload","flask","flask-file-server","local","local-server","local-upload-server","python","qr-code"],"created_at":"2024-11-13T10:17:04.577Z","updated_at":"2025-11-27T23:04:06.524Z","avatar_url":"https://github.com/mecaneer23.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local Upload Server\n\nThis is a simple local file server, written with Flask.\n\n## Screenshots\n\n![computer screenshot](/static/computer.png)\n\n![iphone screenshot](/static/iphone1.png)\n![iphone screenshot](/static/iphone2.png)\n\n## Installation\n\n```bash\ngit clone https://github.com/mecaneer23/local-upload-server/\ncd local-upload-server\npip install -r requirements.txt\n```\n\n## Running\n\n```bash\npython3 server.py\n```\n\n## Usage\n\n### Web interface - recommended\n\n1. Open this webpage on all devices.\n2. Upload file(s) using the form.\n3. Download file(s) onto other device(s) from the list.\n\n### CLI - simplified examples\n\nReplace `SERVER.IP:PORT` with the ip and port provided by the server\n\n#### View help\n\n```bash\ncurl SERVER:IP:PORT/api\n```\n\n#### List files on the server\n\n```bash\ncurl SERVER.IP:PORT\n```\n\n#### Download file\n\n```bash\ncurl SERVER.IP:PORT/files/FILENAME -O\n```\n\n#### Upload file\n\n```bash\ncurl -F file=@/path/to/file SERVER.IP:PORT/upload/\n```\n\nor\n\n```bash\ncurl -T /path/to/file SERVER.IP:PORT/upload/\n```\n\n#### Delete file\n\n```bash\ncurl SERVER.IP:PORT/delete/FILENAME\n```\n\nReplace `FILENAME` with the file you want to delete\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmecaneer23%2Flocal-file-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmecaneer23%2Flocal-file-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmecaneer23%2Flocal-file-server/lists"}