<?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>Thu, 13 Oct 2011 23:09:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bisont87</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-24215</link>
		<dc:creator>bisont87</dc:creator>
		<pubDate>Fri, 29 Apr 2011 20:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-24215</guid>
		<description>Thank you. I based on your post to make a script to let cadaver connect to dropdav.com on openwrt. I had to use empty instead of expect but I found your script useful.</description>
		<content:encoded><![CDATA[<p>Thank you. I based on your post to make a script to let cadaver connect to dropdav.com on openwrt. I had to use empty instead of expect but I found your script useful.</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-14099</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 24 Sep 2010 02:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-14099</guid>
		<description>I am on the road (burning man -&gt; crater lake np -&gt; redwood np -&gt; lasen volcanic np -&gt; yosemite np -&gt; kings canyon np and still going!) and don&#039;t have a way to test the comment from mike (comment #10) but it appears that it looks something like &#039;set timeout -1&#039; in the expect script.  Are you timing out from cadaver or expect?</description>
		<content:encoded><![CDATA[<p>I am on the road (burning man -&gt; crater lake np -&gt; redwood np -&gt; lasen volcanic np -&gt; yosemite np -&gt; kings canyon np and still going!) and don&#8217;t have a way to test the comment from mike (comment #10) but it appears that it looks something like &#8217;set timeout -1&#8242; in the expect script.  Are you timing out from cadaver or expect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-14088</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 23 Sep 2010 18:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-14088</guid>
		<description>Hi everybody...this helped me too!  I&#039;ve got a webDav repository with a folder with a HUGE (11K) number of subfolders.  Whenever I&#039;m trying to get into that folder through cadaver, I eventually get a timeout....I&#039;m not seeing any options in cadaver to set a timeout...?  any help is much appreciated!</description>
		<content:encoded><![CDATA[<p>Hi everybody&#8230;this helped me too!  I&#8217;ve got a webDav repository with a folder with a HUGE (11K) number of subfolders.  Whenever I&#8217;m trying to get into that folder through cadaver, I eventually get a timeout&#8230;.I&#8217;m not seeing any options in cadaver to set a timeout&#8230;?  any help is much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linuxaria WebDAV su Linux : Linuxaria</title>
		<link>http://mattsprinsky.com/blog/2009/02/13/using-expect-and-cadaver-to-automate-webdav-uploads/comment-page-1/#comment-13964</link>
		<dc:creator>Linuxaria WebDAV su Linux : Linuxaria</dc:creator>
		<pubDate>Sun, 19 Sep 2010 18:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://mattsprinsky.com/blog/?p=168#comment-13964</guid>
		<description>[...] Per un esempio completo di automazione con Expect di Cadaver vi consiglio questo articolo: Using Expect and Cadaver to automate WebDAV uploads [...]</description>
		<content:encoded><![CDATA[<p>[...] Per un esempio completo di automazione con Expect di Cadaver vi consiglio questo articolo: Using Expect and Cadaver to automate WebDAV uploads [...]</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

