go-http-file-server
go-http-file-server copied to clipboard
Simple command line based HTTP file server to share local file system
很棒的代码。请问上传文件是否支持断点续传,谢谢!
请求日志中的中文路径显示不出来 小改一下
就跟filebrowser一样啊。。。希望比filebrowser做得更好,加油。
改进建议
1、命令行希望运行后显示监听地址及端口(多网卡及IPv6),绑定的主机名(若已设置)等,会很方便; 2、希望开启上传功能后能直接拖拽到页面上传(文件和目录),以及文件项添加二维码链接按钮,以便于移动端访问。 再次感谢作者大大开发了这么优秀的工具,希望它会越来越好,谢谢!
Let's say I have three folders: A, B, C. Is it possible to allow user Alice be able to enter folder A with Alice's credential and not able to access...
please consider a command parameter to disable the OPTIONS method as so to only left the methods GET, HEAD, PUT and DELETE active on the http server
For this server, using it at home. Best that i found on github at this moment. Hope to see also brute-protection feature if auth enabled. (e.g. temporal bans for ip...
当设置密码认证之后,手机端就无法下载,或者下载下来是0kb,测试了miui浏览器、Alook以及Chrome,只有Chrome可以。 另外,请问会增加搜索功能吗
这个文件服务器,性能是真的好。 能不能添加这样一个功能,不同的用户,能访问不同的文件夹? 这么好的程序,作者可以添加一个二维码,毕竟好的程序写起来也容易,我们打赏一点,也是一点心意
Added `Dockerfile` and `docker-compose.yml`. If you run it by defaults get the content from `./static/` and runs on port 8088.