Is there a simple turnkey app for Linux that makes a folder, say my user directory, accessible on the public internet with a nice browser-based file management interface?

I'm looking for a smart, reliable solution that understands when this PC loses internet connection and seamlessly crosses whatever firewalls are in the way -- in other words, that just works.

link|improve this question

50% accept rate
2  
why in the world would you want to do that?! – studiohack Oct 5 '11 at 4:34
What do you mean by "understands when this PC loses internet connection", and what do you want to happen if you loss the connection? – bryan Oct 5 '11 at 5:39
bryan -- meaning, start working again when the net connection returns without requiring user intervention. – marienbad Oct 5 '11 at 22:42
feedback

3 Answers

TeamViewer provides file transfers and does not deal with IP addressing, making the firewall business a tad less tricky. Each client is assigned a unique ID to connect to with an optional password.

enter image description here

link|improve this answer
feedback

Needs some setup, but owncloud might fit the bill - they suggest using pagekite with it - owncloud allows web and webdav access to files, and pagekite allows for reverse proxying.

Personally i'd rather use something like dropbox to have file access when my server is down or other malfunctions happen, but that's vaguely off the scope of the question

link|improve this answer
feedback

I have used fileman in the past, it allows you to share and manage a directory on a linux box via a web interface. Supports passwords and access control.

enter image description here

http://www.gossamer-threads.com/products/fileman

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.