对外提供简单的文件访问服务

    通过 static_file 插件可以对外提供一个简单的基于 HTTP 的文件访问服务。

    1. frpc.ini 内容如下:

      1. [common]
      2. server_addr = x.x.x.x
      3. server_port = 7000
      4. type = tcp
      5. remote_port = 6000
      6. plugin = static_file
      7. # 要对外暴露的文件目录
      8. plugin_strip_prefix = static
      9. plugin_http_user = abc
      10. plugin_http_passwd = abc