tarserver

command module
v0.0.0-...-3b099db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2014 License: GPL-3.0 Imports: 9 Imported by: 0

README

tarserver

tarserver can serve files directly from tar archives over HTTP.

How to build

tarserver is written in Go. You need golang 1.2+ to build it. In most cases simple go get is enough to get, build and install it:

go get github.com/Babazka/tarserver

How to run

bin/tarserver --listen=:8089 --base-location=/files --root=/www

Files located in /www directory will be served from http://localhost:8089/files/<filename.tar>/<path inside the archive>. Optionally you can specify read blocksize in bytes using -blocksize.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL