A Go web app to upload multiple files simultaneously via a browser on a local network. This was made as a way to quickly transfer files from my phone to my PC.
The original tool was written in Python, using Flask as the WSGI. Go-Share is a direct translation into Go, with a progress bar thrown in for some added awesomeness.
The application runs on port 5000 and accepts connections from all interfaces (0.0.0.0). Ensure port 5000 is also open on the firewall, if applicable.
This project is made available under a GPL3 licence -- see COPYING for the full text.