Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于文件夹下载的说明 #30

Open
rachpt opened this issue Jun 6, 2020 · 1 comment
Open

关于文件夹下载的说明 #30

rachpt opened this issue Jun 6, 2020 · 1 comment

Comments

@rachpt
Copy link
Collaborator

rachpt commented Jun 6, 2020

commit d58200b 添加了基于 zip 批量下载的 文件夹下载方法,因为 headers 中没有 content-length,因此无法显示下载完成进度,只能显示当前下载完成量,同时也不支持 断点续传功能。

另外现在 下载文件会在本地设置 的下载路径中 建立于云端一致的相对路径。

不建议直接下载包含文件数量多文件体积大的文件夹。

@Aruelius Aruelius pinned this issue Jun 9, 2020
@chqzeng
Copy link

chqzeng commented Nov 14, 2020

这是个很好的工具!谢谢!
关于文件夹下载,我想大部分人使用这个工具来下载一般都是很多文件, 是否可以模仿天翼的客户端每次下载5个文件?
比如,使用ls 将当前文件夹中的内容列出,然后作个遍历,直到列出所有文件。暂时存为一个ID list,然后使用文件ID (find_by_id)分批来download ?
这样就可以下载多文件大体积的文件夹?

另, 使用down 是否也可以加入 -n ? 且是否可以使用多级文件夹(e.g., /level1/level2/leve3/file1),而不仅仅是当前一级文件夹 (e.g., level3)?
同时 cd, ls 好像也只可以当前的子文件?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants