You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serve an HTTP server to transfer files between machines on the local network
3
+
4
+
This is a simple HTTP server which allows you to transfer files to and from a machine on the local network.
5
+
6
+
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/sharebox) and even some additions.
7
+
8
+
I use it to transfer some files quickly to/from devices on my local network, mostly Android/iOS/Windows ones.
9
+
10
+
**Warning:**
11
+
The transfer happens over plain HTTP, so it's *unencrypted*.
0 commit comments