2 Commits

Author SHA1 Message Date
Yakumo Hokori
0c69355c5a feat: 添加文件上传进度跟踪功能,支持实时显示上传速度和剩余时间 2025-12-11 23:12:45 +08:00
Yakumo Hokori
ab635e19eb feat: Initialize UPFS project with login and file upload functionality
- Add Cargo.toml with dependencies for reqwest, serde, tokio, and clap.
- Implement login functionality to retrieve authentication token.
- Create a module for handling file uploads with multipart support.
- Set up command-line interface for file upload operations.
- Include error handling for file existence and HTTP requests.
2025-12-11 22:55:26 +08:00