9001 / 9001/copyparty

Feature request: unzip archives on server

未关闭
#436 4 条评论 3 个 reaction 已指派 1 人 已被 @9001 认领 在 GitHub 查看
enhancement
主要语言
Python
星标
46.7k
派生
1.9k
平均合并
9 天 2 小时
30 天内合并 PR
4

描述

**is your feature request related to a problem? Please describe.**
I'd like to use cpp to access zipped archives of backups and unzip them on the server, instead of downloading the archive and uploading the unzipped one again.

**Describe the idea / solution you'd like**
Ability to unzip an archive

**Describe any alternatives you've considered**
download - unzip - upload

Thanks for considering!

贡献指南

打开贡献指南

调研方向

查看服务器的文件处理代码,可能位于处理上传或压缩包的模块中。检查是否已有 zip 处理逻辑或外部库的使用。此功能需要添加服务器端解压功能,可能通过 Python 的 zipfile 模块实现。创建一个 ZIP 压缩包进行测试,并验证服务器无需经过下载-上传往返即可将其解压。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
backend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。