GitXplorerGitXplorer
v

localshare

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8355709443604c07bc7c65eeda5b62589db530c5

first commit

vvishesh committed 13 years ago

README

The README file for this repository.

local-share

A simple HTTP Server to serve files in given directory. If you have Python installed "python -m SimpleHTTPServer" would do the same. However in many cases you dont have Python installed but definitely Java, where this might help. eg. My College. They dont have Python installed, and very often I need something like this.

This is very basic untested, no-robust implementation.

License

Public Domain. Do whatever you like to with it. No one is stopping you.

Disclaimera (very obvious)

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.