up vote 2 down vote favorite
share [g+] share [fb]

On Windows I can access files directly from the browser ( or at least I have it configured currently, forget if it was native like this ) with the file:// protocol, so I can access files from say the C drive.

I'm wondering what the equivalent would be to accessing my files from the browser, if at all possible on a *nix system such as Debian.

link|improve this question

62% accept rate
feedback

1 Answer

up vote 7 down vote accepted

Try file:///.

example:

file:///home/username/

of course, replacing username with your username.

link|improve this answer
5  
Notice that the third slash simply signifies the file system root. – Stephan202 Aug 18 '09 at 18:00
3  
Works in lynx! What more do you need? – Jack M. Aug 18 '09 at 18:10
feedback

Your Answer

 
or
required, but never shown

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