#
#
#
#
#
#

DOWNLOAD WITH WGET

Posted by addidnugroho On Friday, February 13, 2009

GNU Wget is a simple linux program that retrieves content from web. Its name is derived from World Wide Web and get, connotative of its primary function. It currently supports downloading via HTTP, HTTPS and FTP protocols, the most popular TCP-IP -based protocols used for web browsing.

How to use it?
Open your terminal, set wget proxy with su login. With vi/vim text editor, edit the wget rc.

# vim /etc/wgetrc

search the http and ftp setting, set as your server proxy.
To start downloading:
# wget -c -i file-link
or
# wget -c download_link_location


elshadino act

0 comments