- wget -r -np -nd http://www.google.com.tw/doc
可下載doc資料夾下的所有文件,-r為recurisve, -np為不走訪parent directory, -nd為不在本機建立新的資料結構 - wget -r -np -nd --accept=iso http://example.com/centos-5/i386/
只下載i386資料夾下副檔名為iso的檔案 - wget -i filename.txt
下載列在filename.txt中的文件 - wget -c http://example.com/really-big-file.iso
-c選項為續傳的功能 - wget -m -k (-H) http://www.example.com/
對網站做鏡像處理,若圖片在不同網站,可用-H來處理