wget使用上疑問 - Linux

Table of Contents

小弟目前使用wget抓取中央氣象局的衛星雲圖
但是一直遇到error 416

以下為-d後得到的訊息

HTTP/1.0 416 Requested Range Not Satisfiable
Mime-Version: 1.0
Date: Wed, 20 Oct 2010 10:44:34 CST
Content-Type: text/html
Connection: keep-alive
Content-Length: 1438

---response end---
416 Requested Range Not Satisfiable
Registered socket 4 for persistent reuse.

而這是我目前使用的指令

wget -c -d -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6)
Gecko/20070802 SeaMonkey/1.1.4' $URL

想請問各位大大這個問題該如何解決0.0?

感謝

--

All Comments

Mason avatarMason2010-10-20
你的URL是什麼?我用你的指令去抓衛星雲圖是OK的
Queena avatarQueena2010-10-22
url是OK的,我直接複製貼上都開得出來,但是就是416一直
Frederic avatarFrederic2010-10-24
出現...每次執行sh抓6張圖都只能抓到最後一張,其他都是
416錯誤訊息....