WGet -m -p -k HTTPS://wget -E -H -k -K -p -e robots=off -P /Downloads/
wget.exe -h
wget.exe -c
wget.exe -qO -
sudo WGet
tar zxvf wget-1.17.tar.gz
cd wget-1.17
./config
make
su -c make install
We now turn to how to use the tool, for example, we want to download Al-Ala .EXE open the terminal from my father's place, and then we want to download
wget http://www.upislam.com/image.php?di=JH8Y
In this case load will be full speed, and if we want to determine, for example, at 200K speed must add these circumstances property
wget -c --limit-rate=200k http://www.upislam.com/image.php?di=JH8Y
C option means to continue loading the last parking spot without our audit from scratch And limit-rate = 200 option means the speed limit in kilobytes 200k The letter K means Kilubit you can change it if we want to M or G Mkapet that we wanted to Algikapet mean that you did not specify the speed will be in bytes If you want to change the download folder, for example, from home folder to another folder Dalk only b
wget -c http://www.upislam.com/image.php?di=JH8Y -P /home/abedo-fx/quran
There is no doubt that when the normal operation of the instrument, it can not work any cheesed off at the terminal, which runs the program until the download is completed to make the download in the background and continue to use Allpartyah so you can add your b
wget -c -b http://www.upislam.com/image.php?di=JH8Y
-b Option means the rear (f (background You can also download a set of links in the text of the Reserved example quran.txt file now we Altarov my links to these circumstances by it and the cat who shows us what the contents of a text file
cat quran.txt
And the result
http://www.upislam.com/image.php?di=JH8Y
To download the links on this file we use i option after Hecda tool:
wget -c-i quran.txt
We now turn to cyclic loading or periodic mode For example, we want to upload a blog Windows revolution
wget -c -r -k http://www.upislam.com/
To download a certain DAT along Nakhadd files on the matter does not fill the DAT files Amtdat pdf only Dalk from the site http://www.upislam.com/
wget -c -r -k -A.pdf http://www.upislam.com/
To add various other along separate them with a comma, for example, pdf and zip and tar:
wget -c -r -k -A.pdf, zip, tar http://www.upislam.com/
Ada We wanted to upload my content one folder from the site without downloading Father folder, for example, want to download this site my father has many distributions and programs Allnieks: http://mirror.aarnet.edu.au/pub/ We want to download all the content fedora folder and site without downloading the full use property -np means for CAP (no parent)
wget -c-r-k-np http://mirror.aarnet.edu.au/pub/fedora
