์น์์ ํ์ผ์ ๋ค์ด๋ก๋ํฉ๋๋ค. HTTP, HTTPS ๋ฐ FTP๋ฅผ ์ง์ํฉ๋๋ค. ๋ ๋ง์ ์ ๋ณด: https://www.gnu.org/software/wget.
wget {{https://example.com/foo}}
wget --output-document {{bar}} {{https://example.com/foo}}
wget --page-requisites --convert-links --wait=3 {{https://example.com/somepage.html}}
wget --mirror --no-parent {{https://example.com/somepath/}}
wget --limit-rate={{300k}} --tries={{100}} {{https://example.com/somepath/}}
wget --user={{์ฌ์ฉ์ ๋ช
}} --password={{๋น๋ฐ๋ฒํธ}} {{https://example.com}}
wget --continue {{https://example.com}}
wget --directory-prefix {{๊ฒฝ๋ก/๋์/ํด๋}} --input-file {{URLs.txt}}