Skip to content

aburdulescu/hfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ".")