sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.94k stars 747 forks source link

部署了fileserver无法从同一局域网下的其他IP访问服务器下载文件 #409

Closed conjurer-123 closed 1 year ago

conjurer-123 commented 1 year ago

目前仅部署了fileserver,使用的8080端口,本机浏览器可访问和下载文件,但其他IP的浏览器不行,请教一下是否还需要部署其他部件? 我的需求就是简单搭一个文件服务器,提供同一局域网段内的访问和下载。请大神帮忙解答一下,谢谢。

sjqzhang commented 1 year ago

这是基本功能,IP需要在其它电脑可访问,看一下视频教程