https://github.com/alexcoder04/gupload
Serve an HTTP server to transfer files between machines on the local network
https://github.com/alexcoder04/gupload
download file-transfer file-upload go golang http http-server server transfer upload
Last synced: 6 months ago
JSON representation
Serve an HTTP server to transfer files between machines on the local network
- Host: GitHub
- URL: https://github.com/alexcoder04/gupload
- Owner: alexcoder04
- License: agpl-3.0
- Created: 2023-03-11T13:38:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T11:37:13.000Z (about 1 year ago)
- Last Synced: 2024-11-16T12:27:11.964Z (about 1 year ago)
- Topics: download, file-transfer, file-upload, go, golang, http, http-server, server, transfer, upload
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gupload
This is a simple HTTP server which allows you to transfer files to and from a machine on the local network.
It's a rewrite of the [old Python version](https://github.com/ac04-dump/dump/tree/main/uploader) in combination with some features of [sharebox](https://github.com/ac04-dump/dump/tree/main/sharebox) and even some additions.
I use it to transfer some files quickly to/from devices on my local network, mostly Android/iOS/Windows ones.
**Warning:**
The transfer happens over plain HTTP, so it's *unencrypted*.
## Build Instructions
```sh
go build .
```