Download wget in Linux

 

 

Download a single file: wget url 
download and save to a different file name: wget - O url 
speed download: wget --limit-Rate = 300K url 
HTTP: wget - c url  Background Downloading: wget - b url  download and more files: wget -i urlfile # urlfile path inside written resources

Guess you like

Origin www.cnblogs.com/jumpkin1122/p/11531349.html