Home

Awesome

百灵快传(B0Pass)

LAN large file transfer tool。

基于Go语言的高性能 “手机电脑超大文件传输神器”、“局域网共享文件服务器”。

只需一个文件(exe)双击开启。

1. 主要功能

1.1 功能描述

1.2 PC操作截图

<table width="100%"> <tr> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/01.png" width="100%"/> <p>主界面(功能说明)</p> </td> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/02.png" width="100%"/> <p>主界面(图文模式、文件菜单)</p> </td> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/03.png" width="100%"/> <p>主界面(列表模式)</p> </td> </tr> <tr> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/04-1.png" width="100%"/> <p>手机扫码(到主界面)</p> </td> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/04-2.png" width="100%"/> <p>手机扫码(到某个文件)</p> </td> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/05.png" width="100%"/> <p>大文件上传(选择文件)</p> </td> </tr> <tr> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/06.png" width="100%"/> <p>大文件上传(上传完成)</p> </td> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/07-1.png" width="100%"/> <p>图片浏览器</p> </td> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/pc/07-2.png" width="100%"/> <p>Html文件 Web服务</p> </td> </tr> </table>

1.3 手机操作截图

<table width="100%"> <tr> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/phone/01.jpg" width="100%"/> <p>主界面</p> </td> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/phone/02.jpg" width="100%"/> <p>上传文件</p> </td> <td width="33%"> <img src="https://gitee.com/b0cloud/b0pass/raw/master/zdoc/_images/phone/03.jpg" width="100%"/> <p>文件操作</p> </td> </tr> </table>

2. 发行版下载使用

下载前请阅读

[gateway]
ListenAddr = ":8888"      # 配置IP和端口
Domain = "test.com:8888"  # 可选配置,配置访问域名(若使用80端口或nginx代理,可忽略端口)
[pass]
Path = "files"            # 文件管理根目录

最新版下载地址

3. 代码仓库

4. 使用场景

5. 源码编译

# 下载代码
git clone https://github.com/bitepeng/b0pass.git

# 使用go mod更新依赖
go mod tidy

# 开发运行
cd main && go run ./main.go

# 编译运行开发版本
cd main && ./build.bat