https://github.com/matamegger/fasthttpfilesharer
https://github.com/matamegger/fasthttpfilesharer
code first go
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matamegger/fasthttpfilesharer
- Owner: matamegger
- License: gpl-3.0
- Created: 2017-04-05T09:39:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T16:21:55.000Z (over 4 years ago)
- Last Synced: 2025-03-20T11:25:07.761Z (about 1 year ago)
- Topics: code, first, go
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.