frpc + zfile 使用指南

启动 frpc(frp 客户端)

下载地址:https://github.com/fatedier/frp

配置文件 frpc.ini

1
2
3
4
5
6
7
8
[common]
server_addr = josway.cc
server_port = 7000
token = josway

[twk1]
local_port = 8080 ;本地服务端口号
remote_port = 61234 ;远程访问端口号

访问地址 = server_addr:remote_port
Example:josway.cc:61234

启动方法

1
frpc.exe -c frpc.ini

image.png
image.png

启动 zFile

下载地址:https://github.com/zhaojun1998/zfile

1、配置 Java 环境变量(重装系统配置一次)参考 baidu

1
java -jar zfile-3.2.2.jar

image.png
image.png


frpc + zfile 使用指南
https://blog.josway.cc/2022/04/25/yuque/frpc + zfile 使用指南/
作者
JOSWAY
发布于
2022年4月25日
许可协议