<?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"
	>
<channel>
	<title>Comments on: Uploading Documents To SharePoint</title>
	<atom:link href="http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/</link>
	<description>PowerShell for Everyone</description>
	<pubDate>Sat, 31 Jul 2010 01:06:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: pshell.info / Uploading files to SharePoint Revisited</title>
		<link>http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/#comment-782</link>
		<dc:creator>pshell.info / Uploading files to SharePoint Revisited</dc:creator>
		<pubDate>Sun, 09 Mar 2008 19:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/#comment-782</guid>
		<description>[...] a long time ago I blogged about uploading files to SharePoint using PowerShell (see original article). That script used the get-content cmdlet and is very slow. The script below should work better as [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] a long time ago I blogged about uploading files to SharePoint using PowerShell (see original article). That script used the get-content cmdlet and is very slow. The script below should work better as [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/#comment-677</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Thu, 07 Feb 2008 07:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/#comment-677</guid>
		<description>A nice example, but it works some 10-60 times slower than WebDAV drag &#38; drop (16 KB/sec local %windir%\system32\LogFiles upload - about 280 KB each). Any ideas as to how we can improve performance?</description>
		<content:encoded><![CDATA[<p>A nice example, but it works some 10-60 times slower than WebDAV drag &amp; drop (16 KB/sec local %windir%\system32\LogFiles upload - about 280 KB each). Any ideas as to how we can improve performance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pshell.info / The SharePoint Object Model and PowerShell</title>
		<link>http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/#comment-599</link>
		<dc:creator>pshell.info / The SharePoint Object Model and PowerShell</dc:creator>
		<pubDate>Thu, 21 Jun 2007 14:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/#comment-599</guid>
		<description>[...] have used SPFile before, for example to upload files. Just check this previous post for more info. But uploading can be as simple as $web.files.add(&#8221;filename&#8221;, [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] have used SPFile before, for example to upload files. Just check this previous post for more info. But uploading can be as simple as $web.files.add(&#8221;filename&#8221;, [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
