<?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: Self-hosting YouSendIt</title>
	<link>http://ask.metafilter.com/51055/Selfhosting-YouSendIt/</link>
	<description>Comments on Ask MetaFilter post Self-hosting YouSendIt</description>
	<pubDate>Thu, 16 Nov 2006 08:15:53 -0800</pubDate>
	<lastBuildDate>Thu, 16 Nov 2006 08:15:53 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Self-hosting YouSendIt</title>
		<link>http://ask.metafilter.com/51055/Selfhosting-YouSendIt</link>	
		<description>Are there any ready-made solutions I can use to host a &lt;a href=&quot;http://www.yousendit.com/&quot;&gt;YouSendIt&lt;/a&gt;/&lt;a href=&quot;http://www.mediafire.com/&quot;&gt;Mediafire&lt;/a&gt;-like service myself, for personal use? &lt;br /&gt;&lt;br /&gt; I&apos;ve come up against the 100MB limit on the free YouSendIt service, and MediaFire has proven unreliable for me so far, and I figure I&apos;ve got GBs of storage and bandwidth going to waste in my Dreamhost account, so I&apos;d like to set up my own system to use instead of these services. (For those that don&apos;t know, they use a web browser to upload and download files which are too big for conventional email.)&lt;br&gt;
&lt;br&gt;
I&apos;m looking for a web interface like these systems, which I can upload files to using my browser[*]. Once uploaded, I would then be provided with a quasi-secure (i.e. randomized) URL like those generated by YouSendIt, to which I could point friends and colleagues. I need it to be compatible with the environment provided by Dreamhost, i.e. generic Apache/PHP/Perl with MySQL. Ideally the system would tidy up after itself, deleting files after, say, a week[**]. &lt;br&gt;
&lt;br&gt;
For the time being I&apos;m going to be the only person using this, but if I can give my colleagues upload accounts so they don&apos;t have to use YouSendIt too, that would be great. I only want to do this, so unless there are compelling reasons, please don&apos;t recommend very large intranet systems/CMSes.&lt;br&gt;
&lt;br&gt;
I realise the system I describe provides negligible security, and the storage provided is not robust. That&apos;s not a problem &#8212; I just want to shift large files around the internet.&lt;br&gt;
&lt;br&gt;
[*] Bonus points if I can just point the system at a HTTP URL or it has is some other method that allows me to use tools actually meant for uploading files rather than my browser, such SCP or FTP&lt;br&gt;
&lt;br&gt;
[**] Bonus points if I can change this from the default to, say, a day, a month, or &quot;forever&quot;.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.51055</guid>
		<pubDate>Thu, 16 Nov 2006 08:00:48 -0800</pubDate>
		<dc:creator>caek</dc:creator>
		
			<category>storage</category>
		
			<category>internet</category>
		
	</item> <item>
		<title>By: jellicle</title>
		<link>http://ask.metafilter.com/51055/Selfhosting-YouSendIt#773061</link>	
		<description>Uh... uh...  If you&apos;re the only one using it, and you have a dreamhost account, just do it.  You know, upload the files, and send people the URL.  What&apos;s the problem?&lt;br&gt;
&lt;br&gt;
--create directory on your hosting account (http://mysite.com/SUPERSECRET/)&lt;br&gt;
--upload files via ftp or whatever&lt;br&gt;
--send URL to people (http://mysite.com/SUPERSECRET/warez.exe)&lt;br&gt;
--they download the file&lt;br&gt;
--profit!&lt;br&gt;
&lt;br&gt;
What is the problem here?  If you don&apos;t disseminate the name of the sub-directory (&quot;SUPERSECRET&quot;), it&apos;s as secure as any password of equivalent length.  You seem to be overthinking this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51055-773061</guid>
		<pubDate>Thu, 16 Nov 2006 08:15:53 -0800</pubDate>
		<dc:creator>jellicle</dc:creator>
	</item><item>
		<title>By: caek</title>
		<link>http://ask.metafilter.com/51055/Selfhosting-YouSendIt#773067</link>	
		<description>I want something that will take care of deleting the file for me (in lieu of a notepad/calendar!)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51055-773067</guid>
		<pubDate>Thu, 16 Nov 2006 08:17:27 -0800</pubDate>
		<dc:creator>caek</dc:creator>
	</item><item>
		<title>By: winston</title>
		<link>http://ask.metafilter.com/51055/Selfhosting-YouSendIt#773070</link>	
		<description>I&apos;ve seen lots of snippets of perl or php (etc.) code for uploading files to your web space through the browser. If all else fails, you could achieve requirement #2 by giving a file an arbitrary filename before uploading it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51055-773070</guid>
		<pubDate>Thu, 16 Nov 2006 08:18:58 -0800</pubDate>
		<dc:creator>winston</dc:creator>
	</item><item>
		<title>By: blag</title>
		<link>http://ask.metafilter.com/51055/Selfhosting-YouSendIt#773189</link>	
		<description>You&apos;ll probably want to use FTP to upload the files since most shared webhosts use the default PHP &lt;a href=&quot;http://uk.php.net/manual/en/ini.core.php#ini.upload-max-filesize&quot;&gt;upload_max_filesize&lt;/a&gt; value - which is around 2MB, I think. &lt;br&gt;
&lt;br&gt;
In other words, you probably won&apos;t be able to upload files of more than 2MB without tinkering with the PHP setup.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51055-773189</guid>
		<pubDate>Thu, 16 Nov 2006 09:19:13 -0800</pubDate>
		<dc:creator>blag</dc:creator>
	</item>
	</channel>
</rss>
