[unreleased] - 2026-08-05
🐛 问题修复
- 修复部分服务端(如腾讯云 COS)在
Content-Disposition的filename*=值上加引号时,引号被原样保留导致下载文件名末尾多出一个下划线的问题 - 未通过
-d/--dir指定保存目录时,默认下载目录改为调用系统 API 解析(Windows 读注册表、Linux 读 XDG 配置、macOS 用$HOME/Downloads),此前若在系统里把下载目录迁移到了其他位置,任务仍会被拼接保存到旧路径
[unreleased] - 2026-08-05
🐛 Bug Fixes
- Fixed downloaded file names picking up a stray trailing underscore when a server (e.g. Tencent Cloud COS) quotes the
filename*=value inContent-Disposition— the quote was previously kept as part of the name - When no save directory is given via
-d/--dir, the default download folder is now resolved through the OS's own APIs (Windows registry, Linux XDG config, macOS$HOME/Downloads) instead of a hardcoded path, so it correctly follows wherever you've relocated your Downloads folder
📦 下载预编译二进制
| 平台 | 资产 |
|---|---|
| Windows x64 / ARM64 | FluxDown-CLI-0.3.2-windows-{x64,arm64}.zip
|
| macOS Intel / Apple Silicon | FluxDown-CLI-0.3.2-macos-{x64,arm64}.tar.gz
|
| Linux x64 / ARM64(musl 静态链接,任意发行版可用) | FluxDown-CLI-0.3.2-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。