wget

웹에서 파일을 다운로드합니다. HTTP, HTTPS 및 FTP를 지원합니다. 더 많은 정보: https://www.gnu.org/software/wget.

wget {{https://example.com/foo}}

wget {{[-O|--output-document]}} {{bar}} {{https://example.com/foo}}

wget {{[-p|--page-requisites]}} {{[-k|--convert-links]}} {{[-w|--wait]}} 3 {{https://example.com/somepage.html}}

wget {{[-m|--mirror]}} {{[-np|--no-parent]}} {{https://example.com/somepath/}}

wget --limit-rate {{300k}} {{[-t|--tries]}} {{100}} {{https://example.com/somepath/}}

wget --user {{사용자 명}} --password {{비밀번호}} {{https://example.com}}

wget {{[-c|--continue]}} {{https://example.com}}

wget {{[-P|--directory-prefix]}} {{경로/대상/폴더}} {{[-i|--input-file]}} {{URLs.txt}}