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
- Host: GitHub
- URL: https://github.com/aburdulescu/hfs
- Owner: aburdulescu
- License: mit
- Created: 2021-01-16T12:02:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T22:29:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T16:57:42.295Z (over 1 year ago)
- Topics: http, http-server, static-file-server
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ".")
```