文件名称:lszip:预览远程Zip文件-列出ZIP存档的文件,而无需下载整个存档
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-17 08:30:27
Python
压缩文件 列出ZIP存档的文件,而无需下载整个存档。 适用于大型ZIP存档(目前<4GB,不支持ZIP64) 要求 的Python 3 Web服务器应支持HTTP范围请求 例子 列出档案中的所有文件和目录 # python3 lszip.py http://example.com/zipfile.zip 0 : bios/ 1 : bios/hello.txt 2 : bios/hello2.txt 3 : tmp/ 4 : tmp/bright.tmp 5 : newfile.txt 下载hello.txt和bright.tmp # python lszip.py --nolist --download 1,4 http://example.com/zipfile.zip 下载newfile.txt # python lszip.py --nolist --download 5
【文件预览】:
lszip-master
----.gitignore(702B)
----LICENSE(1KB)
----test_files()
--------test_file.zip(190B)
--------test_file_comment.zip(213B)
----README.md(2KB)
----test_lszip.py(1KB)
----lszip.py(13KB)