Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matamegger/fasthttpfilesharer
https://github.com/matamegger/fasthttpfilesharer
code first go
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matamegger/fasthttpfilesharer
- Owner: matamegger
- License: gpl-3.0
- Created: 2017-04-05T09:39:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T16:21:55.000Z (about 3 years ago)
- Last Synced: 2024-06-21T04:59:34.086Z (7 months ago)
- Topics: code, first, go
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- 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 networkI 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.