protex wrote:Hey there, I just mentioned that I had finished setting up NFS today. I do not need to use it for this project, anything will do.
Sorry, guess I misunderstood.
What's your opinion on setting up a webserver? I need to be able to access this anywhere, even libraries, whom restrict you from using any sort of software aside from a browser.
Setting up a web server to allow read only access is simple, however, if you need the ability to write, then you are talking about webdav as well, which can add a bit more complexity. iFolder is still an option here as it can be accessed via a web browser.
It really depends on what you are wanting to do. If you are doing this for your personal music/video/photo collection in read-only mode, then a simple webserver is the way to go. Is only like 3 - 4 lines of Apache configuration.
If you are doing this for homework / work-at-home, then iFolder or a webdav / webserver system is the way to go.
If you are doing this is for a public file server, then you want to use a combination of ftp and web server.
If you are doing this for programming, then a cvs / cvsweb system is the way to go.