[0.4.8] - 2026-09-20
🐛 问题修复
- 修复
add --local独立下载模式下,当保存目录或其上级目录不存在时下载直接失败(Windows 上报 os error 3)的问题;现在 HTTP、DASH、HLS、FTP、ED2K、BT 任务落盘前都会自动创建所需目录 - 修复部分服务器返回的传统中文文件名(GBK/Big5 编码)以及 Content-Disposition 中的 UTF-8 文件名被解析成乱码的问题,下载文件名现在能正确保留原始中文/日文等字符
[0.4.8] - 2026-09-20
🐛 Bug Fixes
- Fixed downloads failing outright (reported as Windows os error 3) in
add --localstandalone mode when the save directory or its parent didn't exist; HTTP, DASH, HLS, FTP, ED2K, and BT downloads now create the required directories automatically before writing files - Fixed garbled filenames when servers used legacy Chinese encodings (GBK/Big5) or sent UTF-8 filenames via Content-Disposition; downloaded files now keep the correct original characters
📦 下载预编译二进制
| 平台 | 资产 |
|---|---|
| Windows x64 / ARM64 | FluxDown-CLI-0.4.8-windows-{x64,arm64}.zip
|
| macOS Intel / Apple Silicon | FluxDown-CLI-0.4.8-macos-{x64,arm64}.tar.gz
|
| Linux x64 / ARM64(musl 静态链接,任意发行版可用) | FluxDown-CLI-0.4.8-linux-{x64,arm64}.tar.gz
|
解压后得到 fluxdown(Windows 为 fluxdown.exe),放入 PATH 即可使用。文件校验见 SHA256SUMS.txt。
🛠️ 从源码安装
cargo install --git https://github.com/zerx-lab/FluxDown fluxdown_cli🚀 快速开始
fluxdown ping # 探活(需 FluxDown App / server 运行中)
fluxdown add https://example.com/f.zip
fluxdown ls服务地址经 --url 或 FLUXDOWN_URL(默认 http://127.0.0.1:17800),
管理 token 经 --token 或 FLUXDOWN_TOKEN。