<?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: Using Expect and Cadaver to automate WebDAV uploads (w\ example script)</title>
	<atom:link href="http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/</link>
	<description>The life of a photographer, artist, sysadmin, explorer and backyard philosopher.</description>
	<lastBuildDate>Mon, 12 Jul 2010 04:38:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mikael</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-9889</link>
		<dc:creator>mikael</dc:creator>
		<pubDate>Sat, 06 Feb 2010 13:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-9889</guid>
		<description>or you can just set the timeout value -1  eg.

#Turn the timeout off so the script does not terminate, otherwise it will close down after 10 seconds in the transfer
set timeout -1</description>
		<content:encoded><![CDATA[<p>or you can just set the timeout value -1  eg.</p>
<p>#Turn the timeout off so the script does not terminate, otherwise it will close down after 10 seconds in the transfer<br />
set timeout -1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jahn</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-9098</link>
		<dc:creator>jahn</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-9098</guid>
		<description>there is a problem if you are uploading big files that take 
long: the expect timeout is coming in and aborts the upload..

for simply putting a file online you could also 
edit the ~/.netrc (see: cadaver manual) file for 
automatic login without password and user prompt 
and then do the following in a script:

cadaver &quot;https://somewebdav.place&quot; &lt;&lt; EOF
put /tmp/${FILENAME}
exit
EOF</description>
		<content:encoded><![CDATA[<p>there is a problem if you are uploading big files that take<br />
long: the expect timeout is coming in and aborts the upload..</p>
<p>for simply putting a file online you could also<br />
edit the ~/.netrc (see: cadaver manual) file for<br />
automatic login without password and user prompt<br />
and then do the following in a script:</p>
<p>cadaver &#8220;https://somewebdav.place&#8221; &lt;&lt; EOF<br />
put /tmp/${FILENAME}<br />
exit<br />
EOF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-8788</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Wed, 11 Nov 2009 09:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-8788</guid>
		<description>IMPORTANT:
you need to save the script provided in a text file,
then launch it with expect:
&gt; expect -f filename</description>
		<content:encoded><![CDATA[<p>IMPORTANT:<br />
you need to save the script provided in a text file,<br />
then launch it with expect:<br />
&gt; expect -f filename</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-6033</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 29 Jun 2009 04:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-6033</guid>
		<description>You are welcome, I&#039;m glad this has helped someone! That&#039;s really why I wrote this in the first place. 

If you read this and it helped, leave me a comment -- PLEASE!</description>
		<content:encoded><![CDATA[<p>You are welcome, I&#8217;m glad this has helped someone! That&#8217;s really why I wrote this in the first place. </p>
<p>If you read this and it helped, leave me a comment &#8212; PLEASE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Séb</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-5962</link>
		<dc:creator>Séb</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-5962</guid>
		<description>Ok, works fine. I understand now: spawn is available only through expect, when you run the script. Many thanks for the above example.</description>
		<content:encoded><![CDATA[<p>Ok, works fine. I understand now: spawn is available only through expect, when you run the script. Many thanks for the above example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Séb</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-5952</link>
		<dc:creator>Séb</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-5952</guid>
		<description>spawn is not in /bin or /usr/bin indeed, but I don&#039;t see it anywhere on the list of Cygwin downloadable packages.

I tried to launch cadaver as well.</description>
		<content:encoded><![CDATA[<p>spawn is not in /bin or /usr/bin indeed, but I don&#8217;t see it anywhere on the list of Cygwin downloadable packages.</p>
<p>I tried to launch cadaver as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-5939</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 26 Jun 2009 04:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-5939</guid>
		<description>I&#039;ll bet you don&#039;t have spawn installed in your cygwin, or spawn can&#039;t find what you&#039;re trying to launch, which is cadaver in my examples.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll bet you don&#8217;t have spawn installed in your cygwin, or spawn can&#8217;t find what you&#8217;re trying to launch, which is cadaver in my examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Séb</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-5926</link>
		<dc:creator>Séb</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-5926</guid>
		<description>I&#039;ve been trying this with Cygwin, but I always get the error message &quot;spawn: command not found&quot;

Any clue?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying this with Cygwin, but I always get the error message &#8220;spawn: command not found&#8221;</p>
<p>Any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MK</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-4971</link>
		<dc:creator>MK</dc:creator>
		<pubDate>Thu, 21 May 2009 20:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-4971</guid>
		<description>Thanks for posting!  I had been searching for something like this for a couple hours before I ran across this article.  :-)</description>
		<content:encoded><![CDATA[<p>Thanks for posting!  I had been searching for something like this for a couple hours before I ran across this article.  <img src='http://mattsprinsky.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-3058</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 24 Mar 2009 04:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-3058</guid>
		<description>WOOHOO! #1 on google for cadaver expect script. I hate SEO optimizing bastards, but I couldn&#039;t find an example solution to this problem so I created my own!</description>
		<content:encoded><![CDATA[<p>WOOHOO! #1 on google for cadaver expect script. I hate SEO optimizing bastards, but I couldn&#8217;t find an example solution to this problem so I created my own!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
