Friday, October 1, 2010

Download dengan wget

download continue/resume never give up, no proxy:
wget -Y off -c -t inf http://[domain]/file.tgz

background, tambahin -b:
wget -Y off -c -t inf http://[domain]/file.tgz -b

download with proxy + background:
wget -c -t inf http://[namafile] --proxy-user=[username] --proxy-password=[pwdnya] -b