美文网首页
FileBrowser

FileBrowser

作者: 火卫控 | 来源:发表于2025-01-20 10:33 被阅读0次

下载软件
https://filebrowser.org/installation

image.png

启用命令如下:

filebrowser -r d: -a 0.0.0.0

运行结果如下:

E:\Coding\golang_docu\windows-amd64-filebrowser>filebrowser -r d: -a 0.0.0.0
2025/01/21 10:18:31 Using database: E:\Coding\golang_docu\windows-amd64-filebrowser\filebrowser.db
2025/01/21 10:18:31 No config file used
2025/01/21 10:18:31 Listening on [::]:8080
2025/01/21 10:18:42 /file/: 404 172.18.249.99 CreateFile D:\file: The system cannot find the file specified.
2025/01/21 10:18:42 /file: 404 172.18.249.99 CreateFile D:\file: The system cannot find the file specified.

登录网站 文件管理界面

http://172.18.249.99:8080/
登录界面如下:


登录界面 文件夹界面

加上 -a 0.0.0.0 才能局域网放访问 ,在别的电脑上以 http://172.18.249.99:8080/ 访问
否则只能 127.0.0.1:8080 或者localhost:8080

相关文章

网友评论

      本文标题:FileBrowser

      本文链接:https://www.haomeiwen.com/subject/esexujtx.html