Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matamegger/fasthttpfilesharer


https://github.com/matamegger/fasthttpfilesharer

code first go

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# fastHttpFilesharer
Small console program to share individual files or directories over http(Port 80) in your local network

I used this project to get a small insight into `golang`. So there are probably better solutions for this out there in the web...

## Usage
If no arguments are passed, the program will share the directory it is started from (must not be the directory it is saved in)
Arguments have to be non relative paths to directories or files.

Exit with CTRL-C or by closing the terminal.