<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How can website visitor download many big files without installing anything?</title>
	<link>http://ask.metafilter.com/73695/How-can-website-visitor-download-many-big-files-without-installing-anything/</link>
	<description>Comments on Ask MetaFilter post How can website visitor download many big files without installing anything?</description>
	<pubDate>Fri, 12 Oct 2007 13:32:13 -0800</pubDate>
	<lastBuildDate>Fri, 12 Oct 2007 13:32:13 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can website visitor download many big files without installing anything?</title>
		<link>http://ask.metafilter.com/73695/How-can-website-visitor-download-many-big-files-without-installing-anything</link>	
		<description>I need to provide a download manager to the website visitors to download a bunch of files &lt;br /&gt;&lt;br /&gt; Do you know a web based download manager? in Java or something?&lt;br&gt;
&lt;br&gt;
I&apos;m looking for a java applet (or something) that can download a bunch of files (these files will be assigned dynamically by the server software) from a website.&lt;br&gt;
&lt;br&gt;
It must be multiplatform (specially Windows and Mac) and, if possible, open source then we can customize it.&lt;br&gt;
&lt;br&gt;
Or do you know any other solution?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.73695</guid>
		<pubDate>Fri, 12 Oct 2007 13:13:13 -0800</pubDate>
		<dc:creator>Leech</dc:creator>
		
			<category>download</category>
		
			<category>manager</category>
		
			<category>opensource</category>
		
			<category>webbased</category>
		
	</item> <item>
		<title>By: fishfucker</title>
		<link>http://ask.metafilter.com/73695/How-can-website-visitor-download-many-big-files-without-installing-anything#1096283</link>	
		<description>not to point out the obvious, but: archiving on the fly isn&apos;t a workable solution? I think most people can handle archives these days, being that support for zip is built into all major OSes that I can think of.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73695-1096283</guid>
		<pubDate>Fri, 12 Oct 2007 13:32:13 -0800</pubDate>
		<dc:creator>fishfucker</dc:creator>
	</item><item>
		<title>By: iamabot</title>
		<link>http://ask.metafilter.com/73695/How-can-website-visitor-download-many-big-files-without-installing-anything#1096297</link>	
		<description>Best bet is to search freshmeat, but what you&apos;re talking about is architecture, not really an applet.  Cross platform download managers, I assume you&apos;re providing content of some sort, is going to be a challenge to have answered in the green.&lt;br&gt;
&lt;br&gt;
Ie, how to I build a cross platform download manager ?  &lt;br&gt;
&lt;br&gt;
Anyway, I assume also that this needs to be both server side and client side ?&lt;br&gt;
&lt;br&gt;
If it&apos;s just client side downloadthemall is a download manager.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73695-1096297</guid>
		<pubDate>Fri, 12 Oct 2007 13:43:08 -0800</pubDate>
		<dc:creator>iamabot</dc:creator>
	</item><item>
		<title>By: Leech</title>
		<link>http://ask.metafilter.com/73695/How-can-website-visitor-download-many-big-files-without-installing-anything#1096309</link>	
		<description>Well yes, the problem is that many people don&apos;t know what to do with compressed files once they download that (specially the kind of people which is oriented this website for).&lt;br&gt;
&lt;br&gt;
My idea es a download manager that download and ask where to extract it (or optionally, automatically extract and install/play). I know, it&apos;s a little intrusive but people must agree the terms and that.&lt;br&gt;
&lt;br&gt;
iamabot: no, a browser extension is not a good solution for people that uses computers just to browse and read newspapers.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73695-1096309</guid>
		<pubDate>Fri, 12 Oct 2007 13:51:24 -0800</pubDate>
		<dc:creator>Leech</dc:creator>
	</item><item>
		<title>By: fishfucker</title>
		<link>http://ask.metafilter.com/73695/How-can-website-visitor-download-many-big-files-without-installing-anything#1096393</link>	
		<description>if zip is out, I still think you&apos;re going to have an easier time doing an on-the-fly archive that is delivered in a native executable format for mac and PC (although that&apos;s going to be much harder than just zipping up the necessary files). I honestly can&apos;t think of a way to do a &apos;multiple&apos; download via a browser&apos;s native controls, so you&apos;re looking at having to install a browser plug-in or java app, both of which have a good chance of looking scary to non-technical users (and pretty much failing to meet your goal). &lt;br&gt;
&lt;br&gt;
I couldn&apos;t find any numbers regarding the JRE install base, but i&apos;m sure you&apos;re going to find a significant amount of your target market does NOT have it installed (heck, *i* try to avoid installing it if at all possible -- i hate that stupid coffee cup tray icon). &lt;br&gt;
&lt;br&gt;
this sounds like an interesting (and tough!) problem because most browsers are designed to *prevent* this sort of thing (saving/installing files without user interaction) from happening. let us know what you end up doing!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73695-1096393</guid>
		<pubDate>Fri, 12 Oct 2007 15:14:04 -0800</pubDate>
		<dc:creator>fishfucker</dc:creator>
	</item><item>
		<title>By: chocolate_butch</title>
		<link>http://ask.metafilter.com/73695/How-can-website-visitor-download-many-big-files-without-installing-anything#1096474</link>	
		<description>I have used Jeff Veen&apos;s suggestion for &lt;a href=&quot;http://www.veen.com/jeff/archives/000573.html&quot;&gt;using wget to grab tons of  files&lt;/a&gt; from a server - his example grabs MP3&apos;s.  &lt;br&gt;
&lt;br&gt;
This solution is not a GUI or a single purpose &quot;download manager&quot;, but is open source and a very scriptable way to download and store all the files in a given directory from a web server. (I think I also had to download &lt;a href=&quot;http://www.cygwin.com/&quot;&gt;Cygwin&lt;/a&gt; to make this work on my XP machine) This is not my forte, but there might be a way to wrap this up into a gui if needed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73695-1096474</guid>
		<pubDate>Fri, 12 Oct 2007 17:06:50 -0800</pubDate>
		<dc:creator>chocolate_butch</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/73695/How-can-website-visitor-download-many-big-files-without-installing-anything#1096509</link>	
		<description>I second self-extracting archives as the standard way to deal with this.&lt;br&gt;
&lt;br&gt;
Whatever solution you end up with: if your downloadable content (as opposed to your archive delivery mechanism) isn&apos;t tied to a particular platform, &lt;em&gt;please&lt;/em&gt; offer a standard Zip archive as an optional download format.  People who &lt;em&gt;do&lt;/em&gt; know what they&apos;re doing, though they may be the minority of your users, will thank you for not getting in the way of &lt;em&gt;their own&lt;/em&gt; download managers.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73695-1096509</guid>
		<pubDate>Fri, 12 Oct 2007 17:51:25 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item>
	</channel>
</rss>
