対象ファイル
http://office.microsoft.com/productupdates/content/opuc.cab方法1 : wget を用いる
$ wget --header="Pragma: no-cache" http://office.microsoft.com/productupdates/content/opuc.cab
- 方法2 : telnet を用いる
$ telnet <hostname> <proxyのport>
GET http://office.microsoft.com/productupdates/content/opuc.cab HTTP/1.0
Host: office.microsoft.com
Pragma: no-cache
- Reference
セキュリティmemo ML - [memo:6371] Re: MS緊急パッチリリース
http://www.st.ryukoku.ac.jp/~kjm/security/ml-archive/memo/2003.09/msg00036.html