wget 與 curl 比較
大部分的 linux 系統都內建這兩個指令
wget
wget 是專門處理檔案下載的工具,支援遞歸下載與檔案續傳
wget 有很多 options 可以使用,可以參考GNU Wget 1.18 Manual
curl
curl 是 server 傳輸資料的工具,除了下載資料也可以上傳資料、取得網頁內容、測試 api curl 可以在 url 內加入變數,做批量下載
使用方式見 curl.1 the man page
大部分的 linux 系統都內建這兩個指令
wget 是專門處理檔案下載的工具,支援遞歸下載與檔案續傳
wget 有很多 options 可以使用,可以參考GNU Wget 1.18 Manual
curl 是 server 傳輸資料的工具,除了下載資料也可以上傳資料、取得網頁內容、測試 api curl 可以在 url 內加入變數,做批量下載
使用方式見 curl.1 the man page