<?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: My First Powershell SnapIn &#8211; Get-Url (wget)</title>
	<atom:link href="http://blog.brianhartsock.com/2009/03/03/my-first-powershell-snapin-get-url-wget/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brianhartsock.com/2009/03/03/my-first-powershell-snapin-get-url-wget/</link>
	<description>The exciting life of a software developer and nerd</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Yusuf Ozturk</title>
		<link>http://blog.brianhartsock.com/2009/03/03/my-first-powershell-snapin-get-url-wget/comment-page-1/#comment-747</link>
		<dc:creator>Yusuf Ozturk</dc:creator>
		<pubDate>Thu, 16 Jul 2009 08:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=536#comment-747</guid>
		<description>Looks nice Brian. Actually I wasn&#039;t looking for this but this could be helpful for my new project about PHP on Windows. I want to use wget to download php from command line. But with get-url, I can do same thing on Powershell, I can use this :)</description>
		<content:encoded><![CDATA[<p>Looks nice Brian. Actually I wasn&#8217;t looking for this but this could be helpful for my new project about PHP on Windows. I want to use wget to download php from command line. But with get-url, I can do same thing on Powershell, I can use this <img src='http://blog.brianhartsock.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhartsock</title>
		<link>http://blog.brianhartsock.com/2009/03/03/my-first-powershell-snapin-get-url-wget/comment-page-1/#comment-603</link>
		<dc:creator>bhartsock</dc:creator>
		<pubDate>Tue, 03 Mar 2009 22:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=536#comment-603</guid>
		<description>Ya.  I actually used webclient before I started on this cmdlet.  One thing I started noticing is large files would take an unknown amount of time.  This was super annoying, since I didn&#039;t know if it was going fast or slow.

So a side goal was to get the progress bar.

Even if you don&#039;t want a cmdlet though, you can create the same logic in a simple function.  Nothing in the cmdlet can&#039;t be done directly in Powershell.

I haven&#039;t had a chance to check out CTP3, I need to put it on my list.  Looks awesome.</description>
		<content:encoded><![CDATA[<p>Ya.  I actually used webclient before I started on this cmdlet.  One thing I started noticing is large files would take an unknown amount of time.  This was super annoying, since I didn&#8217;t know if it was going fast or slow.</p>
<p>So a side goal was to get the progress bar.</p>
<p>Even if you don&#8217;t want a cmdlet though, you can create the same logic in a simple function.  Nothing in the cmdlet can&#8217;t be done directly in Powershell.</p>
<p>I haven&#8217;t had a chance to check out CTP3, I need to put it on my list.  Looks awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.brianhartsock.com/2009/03/03/my-first-powershell-snapin-get-url-wget/comment-page-1/#comment-602</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 03 Mar 2009 20:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=536#comment-602</guid>
		<description>Learning how to build snapins is great. Two things.
Curious, you could download a file like below. You lose the progress bar though. 

Check out advanced functions http://tinyurl.com/92pzrf in CTP3. Has lots of the snapin capability but all in PowerShell script.

$wc = New-Object net.webclient

$wc.DownloadFile(&quot;http://prdownloads.sourceforge.net/nunit/NUnit-2.4.8-net-2.0.zip?download&quot;, &quot;C:\NUnit-2.4.8-net-2.0.zip&quot;)</description>
		<content:encoded><![CDATA[<p>Learning how to build snapins is great. Two things.<br />
Curious, you could download a file like below. You lose the progress bar though. </p>
<p>Check out advanced functions <a href="http://tinyurl.com/92pzrf" rel="nofollow">http://tinyurl.com/92pzrf</a> in CTP3. Has lots of the snapin capability but all in PowerShell script.</p>
<p>$wc = New-Object net.webclient</p>
<p>$wc.DownloadFile(&#8220;http://prdownloads.sourceforge.net/nunit/NUnit-2.4.8-net-2.0.zip?download&#8221;, &#8220;C:\NUnit-2.4.8-net-2.0.zip&#8221;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
