- 帖子
- 1023
- 积分
- 3120
- 技术
- 230
- 捐助
- 160
- 注册时间
- 2010-12-22
|
[网络工具] zipweb - 查看网络上的 zip 档案中的文件信息
utility for viewing the index of remote ZIP packages located on HTTP servers without downloading them.
示例一:
C:\>zipweb http://www.ossh.com/gnu-win32/UnxUtils.zip | find /i "grep.exe"
Filename: usr/local/wbin/agrep.exe
Filename: usr/local/wbin/egrep.exe
Filename: usr/local/wbin/fgrep.exe
Filename: usr/local/wbin/grep.exe |
示例二:
C:\>zipweb http://nirsoft.net/utils/nircmd.zip
Zipweb 0.4.1
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
Resolving hostname...
Connecting... OK
Connected to 69.73.166.124:80
Host: nirsoft.net:80
URI: /utils/nircmd.zip
- Info: Keep-Alive is active
Total filesize: 118993
Downloading 65553 bytes....
- ZIP central directory:
Size: 169 Offset: 118802 (0x0001d012)
----------------------------------------------------------------
Filename: nircmd.exe
Zipped_size: 40906 File_size: 43520 CRC: 86E4E133
File_offset: 00000000 Date: 19:08:52 29/10/2012
----------------------------------------------------------------
Filename: nircmdc.exe
Zipped_size: 40114 File_size: 42496 CRC: A41CCC63
File_offset: 00009ff2 Date: 19:08:16 29/10/2012
----------------------------------------------------------------
Filename: NirCmd.chm
Zipped_size: 37661 File_size: 45545 CRC: 3B004C89
File_offset: 00013ccd Date: 19:10:28 29/10/2012 |
示例三:下载 zip 档案中的某个文件
C:\>zipweb -d egrep.exe http://www.ossh.com/gnu-win32/UnxUtils.zip |
Zipweb 0.4.1
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
Usage: zipweb.exe [options] <URL>
Options:
-p PROXY[:PORT] proxy support (default port 8080)
-w DIRECTORY working directory for download and file comparison (current)
-d FILENAME download a file! Case insensitive and partial name comparison,
that means you can specify simply a part of the filename (cool)
-i interactive download: you can choose what files to download
-s shows only the filesize and exits (very very useful and can be
used with any file)
-o overwrites the existent files (if you choose to download a
file) without asking confirmation
-f file compare: will do a checksum comparison between the files
stored in the remote zip and your local files on the disk
-v verbose error messages
Compatibility options (rare):
-e if you download a file that cannot be unzipped use this option,
will be made a check and will be redownloaded if wrong (useful)
-l doesn't apply the automatic fix for extra data equal to 0xd
-c doesn't show the file download percentage (less CPU?)
-k keep-alive disactivation. Useless because it is automatic
-2 method 2, rarely useful for some rare bad zip files
Note: use (") around the URL if there are spaces or strange chars in it
--------------------------------
官网: http://aluigi.altervista.org/mytoolz.htm
--------------------------------
http://bcn.bathome.net/s/tool/index.html?key=zipweb |
|