Isaac Bennetch on 16 Oct 2012 06:52:41 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] Looking for Open Source Cloud File Storage Program


On 10/16/2012 9:43 AM, Sam Gleske wrote:
On Sat, Oct 13, 2012 at 9:00 PM, Casey Bralla <MailList@nerdworld.org
<mailto:MailList@nerdworld.org>> wrote:

    I'm not looking to do anything other than save files to a web page
    that anyone
    with a good password can log in to.


    Anybody have any suggestions for a very simple cloud storage system
    that I can
    host?


I wrote a simple php script which does nothing but recursively list out
files and folders in a directory structure.  So you can serve it using
apache with SSL and simple HTTP auth.  Does this "save files to a web
page" have to be a two way transaction?  As in your friends/whoever also
have to be able to log in and upload?

At any rate here's the script...

http://sourceforge.net/projects/webtechtools/files/PHP%20Scripts/List%20Contents%20of%20a%20Directory/v0.2/

This is similar to apache's own directory listing feature but allows you
to add graphics to it.  Then again you could also use apache's built in
directory listing feature with simple HTTP auth.


Now that you've reminded me, I've used a similar tool called AutoIndex (https://sourceforge.net/projects/autoindex/) -- which has the advantage of also allowing uploads. There are a couple of downsides (running a PHP script designed to allow file downloads and uploads for one, PHP resource limits on the upload, rather simplistic interface), but if properly configured and monitored it might help.4

SAM


___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug