1. Pendahuluan
Selama ini di windows bila ingin meretrive sebuah website kita dapat menggunakan sebuah tool yang menurut gw keren dan asyik, namanya teleportpro dengan tool ini kita bisa ngambilin site orang dengan semena - mena, jadi setelah selesai tinggal offline dan browse aja dari rumah.Setelah gw migrasi kembali ke linux, terpikir kembali gunain apaan yah supaya bisa tetep ngecrawler site, jadi kalo misalnya gw butuh tutorial nggak perlu lagi search di google, akhirnya dapat juga referensi wget.
2. Apa Itu Wget
Pertanyaan selanjutnya apa itu wget???? , wget adalah sebuah aplikasi yang menurut gw lite dan simple, yang digunakan sebagai sarana download pada sistem operasi unix, tapi sekarang windows juga telah didukung. Dengan wget kita dapat meresume file yang gagal download atau batal dengan menambahkan -c pada syntax, tapi hal tersebut tidak akan dibahas disini.Buat Lengkapnya tentang wget dan featurenya
Quote From http://www.gnu.org/software/wget/GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.
GNU Wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including:
- Can resume aborted downloads, using REST and RANGE
- Can use filename wild cards and recursively mirror directories
- NLS-based message files for many different languages
- Optionally converts absolute links in downloaded documents to relative, so that downloaded documents may link to each other locally
- Runs on most UNIX-like operating systems as well as Microsoft Windows
- Supports HTTP and SOCKS proxies
- Supports HTTP cookies
- Supports persistent HTTP connections
- Unattended / background operation
- Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring
- GNU Wget is distributed under the GNU General Public License.
3. Time To Download
Berikut ini syntax yang digunakan buat retrieve semua halaman agar dapat dibaca secara offline.wget -rp http://www.site.tld/
4. Download Instalasinya
Download Page
- Wget For win32(windows)
- Ubuntu Version [apt-get install wget]
- Wget For win32(GUI)