<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A wget replacement for OS X Leopard</title>
	<atom:link href="http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/</link>
	<description>Economics, Business, Telecoms, Tech and Gadgets</description>
	<lastBuildDate>Sat, 06 Mar 2010 02:23:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: aussieaubs</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/comment-page-1/#comment-1135</link>
		<dc:creator>aussieaubs</dc:creator>
		<pubDate>Fri, 29 Jan 2010 23:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426#comment-1135</guid>
		<description>maybe just use the os x package installer - its universal and for 10.5 leopard or greater - both intel and power-pc.

http://www.merenbach.com/software/wget</description>
		<content:encoded><![CDATA[<p>maybe just use the os x package installer &#8211; its universal and for 10.5 leopard or greater &#8211; both intel and power-pc.</p>
<p><a href="http://www.merenbach.com/software/wget" rel="nofollow">http://www.merenbach.com/software/wget</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Pansare</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/comment-page-1/#comment-1114</link>
		<dc:creator>Amit Pansare</dc:creator>
		<pubDate>Fri, 08 Jan 2010 00:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426#comment-1114</guid>
		<description>Useful alias - thanks.

What if you get wget later on....
Avoid using popular program names for aliases.</description>
		<content:encoded><![CDATA[<p>Useful alias &#8211; thanks.</p>
<p>What if you get wget later on&#8230;.<br />
Avoid using popular program names for aliases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Maunders</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/comment-page-1/#comment-1089</link>
		<dc:creator>Paul Maunders</dc:creator>
		<pubDate>Fri, 18 Dec 2009 10:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426#comment-1089</guid>
		<description>True, I should clarify that I mean&#039;t it does the same thing as running wget with no arguments other than the file yuowish to download.</description>
		<content:encoded><![CDATA[<p>True, I should clarify that I mean&#8217;t it does the same thing as running wget with no arguments other than the file yuowish to download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/comment-page-1/#comment-1087</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426#comment-1087</guid>
		<description>I am so sorry.

Saying  &quot;which does exactly the same thing&quot; only shows that you failed to grasp wget&#039;s full power. 
It lies within its ability to download recursively.

This kind of alias is not even close to wget&#039;s capabilities.

However, I acknowledge that it will work on a single file download.
Thus, if I may, I would suggest to change your statement (especially the word &#039;exactely&#039;) for something that reflects the reality exposed above.</description>
		<content:encoded><![CDATA[<p>I am so sorry.</p>
<p>Saying  &#8220;which does exactly the same thing&#8221; only shows that you failed to grasp wget&#8217;s full power.<br />
It lies within its ability to download recursively.</p>
<p>This kind of alias is not even close to wget&#8217;s capabilities.</p>
<p>However, I acknowledge that it will work on a single file download.<br />
Thus, if I may, I would suggest to change your statement (especially the word &#8216;exactely&#8217;) for something that reflects the reality exposed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breckenridge</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/comment-page-1/#comment-667</link>
		<dc:creator>Breckenridge</dc:creator>
		<pubDate>Tue, 05 May 2009 04:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426#comment-667</guid>
		<description>Curl is better than wget for the following reasons:

1. Uses libcurl a cross platform library
2. curl sends more stuff to stdout and reads more from stdin
3. curl supports ftp, ftps, http, https, scp sftp, tftp, telnet, dict, ldap and ldaps while wget supports only http, https and ftp
4. curl has ssl support
5. libcurl supports more http authentication methods
6. Curl is bidirectional while wget offers http post support only
7. Curl has more development activities.

The one advantage I see in using wget is it&#039;s ability to download recursively.

In short curl is better and more powerful.  I actually have both on my os x, just cannot remember the last time I used wget.</description>
		<content:encoded><![CDATA[<p>Curl is better than wget for the following reasons:</p>
<p>1. Uses libcurl a cross platform library<br />
2. curl sends more stuff to stdout and reads more from stdin<br />
3. curl supports ftp, ftps, http, https, scp sftp, tftp, telnet, dict, ldap and ldaps while wget supports only http, https and ftp<br />
4. curl has ssl support<br />
5. libcurl supports more http authentication methods<br />
6. Curl is bidirectional while wget offers http post support only<br />
7. Curl has more development activities.</p>
<p>The one advantage I see in using wget is it&#8217;s ability to download recursively.</p>
<p>In short curl is better and more powerful.  I actually have both on my os x, just cannot remember the last time I used wget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/comment-page-1/#comment-518</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 16 Feb 2009 04:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426#comment-518</guid>
		<description>Why not just install wget yourself. You could use Macports I guess as well.
http://www.statusq.org/archives/2008/07/30/1954/</description>
		<content:encoded><![CDATA[<p>Why not just install wget yourself. You could use Macports I guess as well.<br />
<a href="http://www.statusq.org/archives/2008/07/30/1954/" rel="nofollow">http://www.statusq.org/archives/2008/07/30/1954/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/comment-page-1/#comment-478</link>
		<dc:creator>Willem</dc:creator>
		<pubDate>Sun, 01 Feb 2009 06:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426#comment-478</guid>
		<description>I recently posted an article on how to easily install wget in OS X Leopard using MacPorts (a.k.a. DarwinPorts) if youâ��re interested: http://www.geekology.co.za/blog/2009/02/macports-compile-and-install-open-source-software-on-mac-os-x/</description>
		<content:encoded><![CDATA[<p>I recently posted an article on how to easily install wget in OS X Leopard using MacPorts (a.k.a. DarwinPorts) if youâ��re interested: <a href="http://www.geekology.co.za/blog/2009/02/macports-compile-and-install-open-source-software-on-mac-os-x/" rel="nofollow">http://www.geekology.co.za/blog/2009/02/macports-compile-and-install-open-source-software-on-mac-os-x/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Dixon</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/comment-page-1/#comment-382</link>
		<dc:creator>David Dixon</dc:creator>
		<pubDate>Sat, 20 Sep 2008 21:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426#comment-382</guid>
		<description>Give Macports a try mate, then you can get all your linux goodies without any need for workarounds :)</description>
		<content:encoded><![CDATA[<p>Give Macports a try mate, then you can get all your linux goodies without any need for workarounds <img src='http://www.pyrosoft.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
