go-http-fileserver

command module
v0.0.0-...-9791e94 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2020 License: ISC Imports: 6 Imported by: 0

README

go-http-fileserver

Purpose

This is a simple, lightweight HTTP fileserver that can be run easily from the command line. We developed it so that we could easily interact with demo websites and their assets. This even includes CORS support, so you could access resources from different domain names or ports.

Warning: this does not have any security settings whatsoever. Anything within any directory below that specified when this is launched will be available from your machine on whatever network can access it!

Installation

Install go 1.1+ and setup GOPATH and GOBIN. Then:

//Dependencies
> go get github.com/codegangsta/cli
> go get github.com/codegangsta/negroni
> go get github.com/phyber/negroni-gzip/gzip

> go get github.com/consbio/go-http-fileserver

Usage

> go-http-fileserver --help will print out help information.

Typically, just change to the directory you want served, and:

> go-http-fileserver and it will serve that up on port 80.

> go-http-fileserver -p 8080 to serve on a different port, such as port 8080.

Then just

CTRL-C to kill the server when you are done.

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