{"id":49114417,"url":"https://github.com/sssvip/simple-file-server","last_synced_at":"2026-04-21T06:11:13.417Z","repository":{"id":106733014,"uuid":"117072157","full_name":"sssvip/simple-file-server","owner":"sssvip","description":"Transfer and browse files as simple as possiable via HTTP. Supported Windows, Linux, Mac OS...(Support QRCode output)","archived":false,"fork":false,"pushed_at":"2020-05-12T03:00:49.000Z","size":487,"stargazers_count":50,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T17:42:04.762Z","etag":null,"topics":["browsing-files","file","file-server","file-tool","golang","http-file-server","linux","server","support-qrcode","transfer"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sssvip.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,"publiccode":null,"codemeta":null}},"created_at":"2018-01-11T08:31:23.000Z","updated_at":"2024-05-11T20:02:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d177f65-459f-4d63-8b48-c57af3078259","html_url":"https://github.com/sssvip/simple-file-server","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sssvip/simple-file-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sssvip%2Fsimple-file-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sssvip%2Fsimple-file-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sssvip%2Fsimple-file-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sssvip%2Fsimple-file-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sssvip","download_url":"https://codeload.github.com/sssvip/simple-file-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sssvip%2Fsimple-file-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32079579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"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":["browsing-files","file","file-server","file-tool","golang","http-file-server","linux","server","support-qrcode","transfer"],"created_at":"2026-04-21T06:11:12.820Z","updated_at":"2026-04-21T06:11:13.411Z","avatar_url":"https://github.com/sssvip.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple-file-server\nTransfer and browse files as simple as possiable via HTTP. Supported Windows, Linux, Mac Os... (Support QRCode output,mobile phone get file more simply)\n\n通过HTTP方式，简单的文件传输(下载)和浏览工具。目前支持Windows, Linux, Mac等操作系统。(支持输出二维码，方便手机直接扫码获取文件)\n\n# Preview\n\n![img](http://down.dxscx.com/simple-file-server-preview.gif)\n\n\n# Fast Start\n1. Linux\n    \n        $ wget http://down.dxscx.com/simple-file-server_current_linux_amd64.tar.gz\n        $ tar -xzvf -xvsimple-file-server_current_linux_amd64.tar.gz\n        $ chmod 777 simplefileserver\n        $ sudo ./simplefileserver\n\n2. Windows\n        \n        \u003e http://down.dxscx.com/simplefileserver.exe         download it by your download tool\n        \u003e simplefileserver.exe \n        \n        or \n        \n        \u003e put the binary simplefileserver.exe to you want share folder then double click.\n       \n        \u003e 你可以将simplefileserver.exe放在你想分享文件的文件夹(例如放在桌面),直接双击simplefileserver.exe及可分享文件,\n        \n# Usage\n1. Download the binary from the [release page](https://github.com/sssvip/simple-file-server/releases), choose your os relational edition\n   \n   \n   国内加速便捷下载地址: [Windows](http://down.dxscx.com/simple-file-server_current_windows_amd64.tar.gz)        [Linux](http://down.dxscx.com/simple-file-server_current_linux_amd64.tar.gz)         [Mac](http://down.dxscx.com/simple-file-server_current_darwin_amd64.tar.gz) \n\n2. Put the binary to you want transfer or browse folder\n    \n    windonws: open cmd in this folder then -\u003e\n\n        \u003e simplefileserver.exe \n        \u003e 2018/01/11 16:52:53 starttd file server http://127.0.0.1:80\n    \n    linux: open terminal in this folder then-\u003e\n    \n        $ chmod 777 simplefileserver\n        $ ./simplefileserver\n        2018/01/11 16:52:53 starttd file server http://127.0.0.1:80\n        \n3. [Option] Custom file server port \n    \n    a. open on port 80 (Default): \n        \n        \u003e simplefileserver.exe 80\n        $ ./simplefileserver 80\n    b. open on port 8080:\n        \n        \u003e simplefileserver.exe 8080\n        $ ./simplefileserver 8080\n\n        \n4. [New Feature] Show the url qrcode in the terminal. (Windows default window not support now)\n\n    a. output all local ip addr qrcode:\n    \n        \u003e simplefileserver.exe 80  qr\n        $ ./simplefileserver 80 qr\n        \n    b. output local ip addr qrcode with filter key (eg: just output ip addr contains 192 once)\n    \n        \u003e simplefileserver.exe 80 qr192\n        $ ./simplefileserver 80 qr192     \n        \n      ![img](http://down.dxscx.com/qr192.png)\n\n# other\n\ncode need more readable, pull request, please.\n\n代码为初学golang时编写,确实有很多可读性的优化,设计和使用也存在不规范,防止用户依赖原特性使用,保证兼容式更新,在不影响原功能输出情况下,欢迎pr.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsssvip%2Fsimple-file-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsssvip%2Fsimple-file-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsssvip%2Fsimple-file-server/lists"}