Linux命令 —— wget 經常使用用法

常規下載:url

$ wget url

按照遠程文件名下載,加參數 --content-dispositioncode

$ wget --content-disposition url

支持斷點續傳 加參數 -cget

$ wget  -c url

指定下載到本地目錄 localpath, 加參數-Pit

$ wget url -P localpath

指定下載文件名爲 ./localpath/filename,加參數 -Oio

$ wget url -O ./localpath/filename
相關文章
相關標籤/搜索