Cybrkyd's Git Repositories

go-share

Branch: main Last commit: 2026-05-23 10:13:52 +0100 Clone: git clone https://git.cybrkyd.com/repository/go-share

Go-Share

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.

Port and Host

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.

Licence

This project is made available under a GPL3 licence -- see COPYING for the full text.