<?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: Resuming ADC Downloads</title>
	<atom:link href="http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/</link>
	<description></description>
	<pubDate>Thu, 08 Jan 2009 18:54:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Stu</title>
		<link>http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-161301</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Sun, 28 Oct 2007 10:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-161301</guid>
		<description>Thank you very much indeed! This is just what I was looking for. ADC keeps throwing me off at the mo, presumably because everyone is downloading the gm of Leopard.</description>
		<content:encoded><![CDATA[<p>Thank you very much indeed! This is just what I was looking for. ADC keeps throwing me off at the mo, presumably because everyone is downloading the gm of Leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144199</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 22 Sep 2007 21:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144199</guid>
		<description>Martin: I take that back. When I do it your way, it throws away what it's downloaded before retrying.</description>
		<content:encoded><![CDATA[<p>Martin: I take that back. When I do it your way, it throws away what it's downloaded before retrying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144135</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 22 Sep 2007 19:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144135</guid>
		<description>Jesper: I'd expect it to work across sleeping if you use &lt;tt&gt;--speed-limit&lt;/tt&gt;.

Martin: That's much better--thanks! However, unfortunately &lt;tt&gt;-O&lt;/tt&gt; uses the original, not redirected, filename.</description>
		<content:encoded><![CDATA[<p>Jesper: I'd expect it to work across sleeping if you use <tt>--speed-limit</tt>.</p>
<p>Martin: That's much better--thanks! However, unfortunately <tt>-O</tt> uses the original, not redirected, filename.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144095</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 22 Sep 2007 17:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144095</guid>
		<description>You should be able to just use
`curl -O URL --location --cookie-jar $(mktemp -t curl) --retry 100 -C -`.
`--location` takes care of handling the redirection, `--cookie-jar` will take care of storing the cookie (in a new file called /tmp/curl.XXXXXXXX if you the same mktemp call).</description>
		<content:encoded><![CDATA[<p>You should be able to just use<br />
`curl -O URL --location --cookie-jar $(mktemp -t curl) --retry 100 -C -`.<br />
`--location` takes care of handling the redirection, `--cookie-jar` will take care of storing the cookie (in a new file called /tmp/curl.XXXXXXXX if you the same mktemp call).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144063</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Sat, 22 Sep 2007 15:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144063</guid>
		<description>Safari 3: Yes.

`curl`: Across sleeping?</description>
		<content:encoded><![CDATA[<p>Safari 3: Yes.</p>
<p>`curl`: Across sleeping?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144059</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 22 Sep 2007 15:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144059</guid>
		<description>Jesper: Are you using Safari 3? It works for me with Safari 3, but I don't have that installed. It's never worked for me with Safari 2 (after the first 15 minutes). The other advantage to using &lt;tt&gt;curl&lt;/tt&gt; is that it will resume immediately, without your having to be there to click a button.</description>
		<content:encoded><![CDATA[<p>Jesper: Are you using Safari 3? It works for me with Safari 3, but I don't have that installed. It's never worked for me with Safari 2 (after the first 15 minutes). The other advantage to using <tt>curl</tt> is that it will resume immediately, without your having to be there to click a button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144056</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Sat, 22 Sep 2007 15:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/09/22/resuming-adc-downloads/#comment-144056</guid>
		<description>I was able to resume the Leopard seed download using the resume button in Safari's Downloads not only past the 15 minute login session but across machine sleep and a few hours after I accidently put the machine to sleep.</description>
		<content:encoded><![CDATA[<p>I was able to resume the Leopard seed download using the resume button in Safari's Downloads not only past the 15 minute login session but across machine sleep and a few hours after I accidently put the machine to sleep.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
