<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wget &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/wget/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Mon, 12 May 2014 18:32:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>13 Linux wget command usage examples</title>
		<link>https://www.techawaken.com/13-linux-wget-command-examples/</link>
				<comments>https://www.techawaken.com/13-linux-wget-command-examples/#respond</comments>
				<pubDate>Mon, 12 May 2014 18:32:51 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[recursive download]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=496</guid>
				<description><![CDATA[Wget is a computer software package for retrieving content from web servers using HTTP, HTTPS and FTP protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc. Its features include recursive download, conversion of links for offline viewing of local HTML, and support for proxies.

Lets have a look at some examples of using wget:

1. Download a webpage

<pre>

$ wget http://www.examplewebsite.com/

</pre>



2. Download a file from ftp server

<pre>

$ wget ftp://ftp.examplewebsite.com/source-code.tar.gz

</pre>



If you specify a directory, Wget will retrieve the directory listing, parse it and convert it to html

<pre>

$ wget ftp://ftp.examplewebsite.com/

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/17-linux-curl-command-examples/" rel="bookmark" title="17 Linux curl command usage examples">17 Linux curl command usage examples </a></li>
<li><a href="https://www.techawaken.com/curl-vs-wget/" rel="bookmark" title="What is better, curl or wget?">What is better, curl or wget? </a></li>
<li><a href="https://www.techawaken.com/magento-admin-this-account-locked-unlock-it/" rel="bookmark" title="Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it?">Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/13-linux-wget-command-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>What is better, curl or wget?</title>
		<link>https://www.techawaken.com/curl-vs-wget/</link>
				<comments>https://www.techawaken.com/curl-vs-wget/#respond</comments>
				<pubDate>Tue, 11 Mar 2014 19:35:48 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[Upload]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=474</guid>
				<description><![CDATA[Both cUrl and Wget can be used to download files, but the question comes which one to use. cUrl and Wget have some similarities and as well as differentiating factors, the one to use depends on your need.<div class='yarpp-related-rss yarpp-related-none'>

No related posts.
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/curl-vs-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
