对外提供简单的文件访问服务
通过 static_file
插件可以对外提供一个简单的基于 HTTP 的文件访问服务。
frpc.ini 内容如下:
[common]
server_addr = x.x.x.x
server_port = 7000
type = tcp
remote_port = 6000
plugin = static_file
# 要对外暴露的文件目录
plugin_strip_prefix = static
plugin_http_user = abc
plugin_http_passwd = abc