Results 1 to 5 of 5
Ok, I'm a complete and utter noob to all of this linux stuff, and I apologize ahead of time if you believe this is in the wrong section, but I ...
- 10-22-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
linux file server
Ok, I'm a complete and utter noob to all of this linux stuff, and I apologize ahead of time if you believe this is in the wrong section, but I think this applies. Basically, I was wondering if there's any file hosting server softwares out there for linux which can be accessed via HTTP and have a GUI so that you can log onto it from, say, a windows or mac computer and download your files from that site. Thanks!
- 10-22-2008 #2
you could use webdav. google search apache webdav or php webdav
- 10-22-2008 #3
Do you really mean accessed by http, or do you mean through your web browser?
I think what you're describing sounds like ftp. There are lots of ftp clients for windows, including most web browsers.Linux user #126863 - see http://linuxcounter.net/
- 10-22-2008 #4Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
I do mean through HTTP. I want something similar to the functionality of HTTP File Server (windows, google it if you'd like). I am, however, also going to set up access to the same database of files through the FTP protocol as well. The reason for the HTTP access and the GUI is because I'm starting my own small business, I want those who have little or no knowledge or time for figuring out how to use FTP programs or FTP in general to be able to use the service.
Thanks guys
- 10-22-2008 #5Just Joined!
- Join Date
- Aug 2008
- Posts
- 9
It sounds like you just want to setup an Apache or lighttpd web server. This allows directory browsing with a web browser if the permission are setup correctly. a user would just go to http://mydomain.com/mysharedfiles/ and would see files listed in that directory, if you wanted password protection you can just use a .htaccess file


Reply With Quote