<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Fabian Moser &#187; WebDAV</title>
	<atom:link href="http://fabianmoser.at/schlagwort/webdav/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabianmoser.at</link>
	<description>&#34;as simple as possible, but not simpler&#34;</description>
	<lastBuildDate>Thu, 26 Jan 2012 13:19:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/at/</creativeCommons:license>		<item>
		<title>WebDAV on Windows Vista &amp; Windows 7</title>
		<link>http://fabianmoser.at/blog/2009/09/30/webdav-on-windows-vista/</link>
		<comments>http://fabianmoser.at/blog/2009/09/30/webdav-on-windows-vista/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:25:43 +0000</pubDate>
		<dc:creator>Fabian Moser</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Laufwerk]]></category>
		<category><![CDATA[Netzwerk]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[WebDAV]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://fabianmoser.at/?p=457</guid>
		<description><![CDATA[There are quite a number of tales of woe around that topic. I had to find that out when I experienced some trouble myself today. If you&#8217;re in the same situation skip right down to the last two lines of &#8230; <a href="http://fabianmoser.at/blog/2009/09/30/webdav-on-windows-vista/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are quite a number of tales of woe around that topic. I had to find that out when I experienced some trouble myself today. If you&#8217;re in the same situation skip right down to the last two lines of this posting, the stuff in between just details the problem to associate the solution to the problem for the search engines.</p>
<p>My intention was to connect to my freshly set up  WebDAV directory served by Apache. The setup on the server side was quite tedious as well, but as expected, there are countless howtos around and one just has to put the pieces together as usual. The real problem however arose, when I starry-eyed tried to connect to that online directory using Vista&#8217;s &#8220;Map Network Drive &#8230;&#8221; dialog. After some steps into the wizard that always gave me the error popup saying &#8220;The folder you entered does not appear to be valid&#8221;.</p>
<p>Well that soon let me drop to the beloved command line. But using <code>net use W: https://example.com/davroot</code> was answered by &#8220;System error 67 has occurred&#8221; and &#8220;The network name cannot be found&#8221;. Using <code>net use W: \\example.com@SSL\davroot</code> gave no improvement.</p>
<p>I will spare you my other trials and all the different possible solutions that can be found on the net (I even installed a Microsoft patch which didn&#8217;t change anything) and write down straight what solved the problem:</p>
<ol>
<li><strong>Make sure the &#8220;WebClient&#8221; service is running!</strong> (Type &#8220;services.msc&#8221; into the search box in the start menu and hit enter.  Scroll down the WebClient and check.)</li>
<li><strong>Use &#8220;\\yourserver@SSL\DavWWWRoot\yourshare&#8221; as the server address</strong> in the Folder field of the Map Network Drive dialog box. Do not forget the DavWWWRoot or the @SSL.  <strong> </strong><strong> </strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://fabianmoser.at/blog/2009/09/30/webdav-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

