一个非常简单的 HTTP 文件服务,可以把本地的文件暴露到局域网上。
https://github.com/nanmu42/dsf
虽然python3 -m http.server
也能用,但是...
dsf
提供复制粘贴友好的宿主机 IP 和端口号,这样我就不用自己去查询了。$ dsf -h
dsf 的用法:
-port int
监听端口 (默认 8080)
-root string
文件根目录 (默认 "./")
分享当前工作目录:
$ dsf
listening on: http://127.0.0.1:8080
listening on: http://::1:8080
listening on: http://192.168.0.6:8080
listening on: http://fe80::1234:1e11:abec:5678:8080~~~~
在特定端口分享特定目录:
$ dsf -port 3000 -root ~/images
listening on: http://127.0.0.1:3000
listening on: http://::1:3000
listening on: http://192.168.0.6:8080
listening on: http://fe80::1234:1e11:abec:5678:8080
适用于 Linux, Mac 和 Windows 预编译二进制可以在这里找到: https://github.com/nanmu42/dsf/releases/
Gophers 可以这样安装:
go install github.com/nanmu42/dsf@latest
使用愉快!
MIT
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.