Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 169 Bytes

远程解压文件.md

File metadata and controls

5 lines (5 loc) · 169 Bytes
pip install remotezip
#列出远程压缩包文件内容
remotezip -l http://site/bigfile.zip
#解压里面的文件
remotezip "http://site/bigfile.zip" "file.txt"