Skip to content

Serve an HTTP server to transfer files between machines on the local network

License

Notifications You must be signed in to change notification settings

alexcoder04/gupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 in combination with some features of 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

go build .