secure file exchange - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T15:10:05Zhttp://stackoverflow.com/feeds/question/558330http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/558330/secure-file-exchange1secure file exchangebdumitriu2009-02-17T19:18:18Z2009-02-25T12:35:13Z
<p>I would like to set up a web application on my company's Linux box for enabling secure file exchange with our customers. I'm looking for an open source application, preferably with a large user base, that supports these features:</p>
<ul>
<li>works over HTTPS (so SFTP or other similar solutions are out of the question)</li>
<li>allows users to upload files using credentials that we provide them with in advance</li>
<li>the files thus uploaded should only be visible when using the same account (or an admin account)</li>
<li>allows an admin to upload files into a user account for the user to download (this doesn't necessarily have to happen via the webapp)</li>
<li>(optional) it should provide email notification when new files are uploaded by users</li>
<li>(optional) it should ensure automatic cleanup of the uploaded files, preferably after a period of time that the uploader can set</li>
</ul>
<p>I've spent some time searching for such an application both on Google and stack overflow, but I haven't found anything compelling yet. Maybe someone here knows about such a thing and can help me with a pointer? Thanks in advance.</p>
http://stackoverflow.com/questions/558330/secure-file-exchange/558339#5583391Answer by tgamblin for secure file exchangetgamblin2009-02-17T19:20:30Z2009-02-17T19:20:30Z<p>How about <a href="http://www.webdav.org/" rel="nofollow">WebDAV</a>? This is what <a href="http://subversion.tigris.org/" rel="nofollow">subversion</a> uses to sync files over HTTPS. Here's a <a href="http://www.webdav.org/projects/" rel="nofollow">list of open source WebDAV projects</a>.</p>
http://stackoverflow.com/questions/558330/secure-file-exchange/585814#5858141Answer by Ulli Horlacher for secure file exchangeUlli Horlacher2009-02-25T12:35:13Z2009-02-25T12:35:13Z<p>A solution can be F*EX, see <a href="http://fex.rus.uni-stuttgart.de/" rel="nofollow">http://fex.rus.uni-stuttgart.de/</a></p>