Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 358 Bytes

wget.md

File metadata and controls

17 lines (13 loc) · 358 Bytes

wget

Continue download from where is stopped if connection breaks:

wget -c URL

Download files recursively files:

wget -r -np http://example.com/configs/.vim/

Change user agent:

wget --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" URL