What\'s the protocol for local files using URL? I\'ve downloaded a file using Java and I need to know how to access it, not using File, but using URL.
file://localhost/ file:///
file://localhost/|/ file:///|/ file://localhost/:/ file:///:/
For more information see the related Wikipedia article.