An open API service indexing awesome lists of open source software.

https://github.com/aburdulescu/hfs

HTTP file server
https://github.com/aburdulescu/hfs

http http-server static-file-server

Last synced: 10 months ago
JSON representation

HTTP file server

Awesome Lists containing this project

README

          

# hfs
HTTP file server

## Install

Install golang and then run:

```
go install bandr.me/p/hfs@latest
```

## Usage

```
Usage of hfs:
-addr string
listen address(address:port) (default "localhost:12345")
-dir string
path to directory which contains files (default ".")
```