<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Finding a URL For File Transfer Cmdlets</title><link>http://blogs.msdn.com/powershell/archive/2009/01/11/finding-a-url-for-file-transfer-cmdlets.aspx</link><description>I just posted a blog about our new File Transfer Cmdlets in which I artfully dodged a difficult question: How do you get the URL to do the file transfer? Sometimes you are going to have it but other times you’ll go to a website and it can be bloody impossible</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Finding a URL For File Transfer Cmdlets</title><link>http://blogs.msdn.com/powershell/archive/2009/01/11/finding-a-url-for-file-transfer-cmdlets.aspx#9306422</link><pubDate>Mon, 12 Jan 2009 01:20:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9306422</guid><dc:creator>Robbie Foust</dc:creator><description>&lt;p&gt;Glad you like the script! &amp;nbsp;I had a lot of fun writing it! &amp;nbsp;It definitely increased my knowledge of Powershell and .NET.&lt;/p&gt;
&lt;p&gt;- Robbie&lt;/p&gt;</description></item><item><title>re: Finding a URL For File Transfer Cmdlets</title><link>http://blogs.msdn.com/powershell/archive/2009/01/11/finding-a-url-for-file-transfer-cmdlets.aspx#9306754</link><pubDate>Mon, 12 Jan 2009 05:52:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9306754</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;In this particular case finding URL can be &amp;nbsp;fairly easy. If you view HTML source of this page you will see something that looks like this in Download button script: http%3a%2f%2fdownload.microsoft.com%2fdownload%2fD%2f0%2fE%2fD0E6D2C1-2593-4017-B26D-7375BC9263D5%2fPowerShell_Setup_x86.msi. If you unescape it you will get the link: &lt;a rel="nofollow" target="_new" href="http://download.microsoft.com/download/D/0/E/D0E6D2C1-2593-4017-B26D-7375BC9263D5/PowerShell_Setup_x86.msi"&gt;http://download.microsoft.com/download/D/0/E/D0E6D2C1-2593-4017-B26D-7375BC9263D5/PowerShell_Setup_x86.msi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However, in many cases it will be much harder to do since the button can call some obscure javascript method and to find the actual script you will need to do a complete Web Page first and then go looking for the script text through half megabyte of HTML code.&lt;/p&gt;
&lt;p&gt;For these occasions, packet sniffers like Get-Packet are truly invaluable.&lt;/p&gt;
&lt;p&gt;Vladimir Averkin&lt;/p&gt;
&lt;p&gt;Windows PowerShell team&lt;/p&gt;
</description></item><item><title>FileTransfer</title><link>http://blogs.msdn.com/powershell/archive/2009/01/11/finding-a-url-for-file-transfer-cmdlets.aspx#9388229</link><pubDate>Sun, 01 Feb 2009 14:06:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9388229</guid><dc:creator>Richard Siddaway's Blog</dc:creator><description>&lt;p&gt;As someone who does a far amount of downloading of stuff – especially technical documents etc I was interested&lt;/p&gt;
</description></item></channel></rss>