Uploadserver Alternatives
Similar projects and alternatives to uploadserver
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
send
:mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send (by timvisee)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
remi
Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
-
-
-
-
-
-
-
-
-
-
winden
Winden is a free web application for secure, fast, and easy file transfers between devices in real-time
-
go-piping-server
Piping Server written in Go language (original: https://github.com/nwtgck/piping-server)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
uploadserver discussion
uploadserver reviews and mentions
-
Ask HN: Simple web server with drag and drop upload?
Another option with Python is
uploadserver: https://github.com/Densaugeo/uploadserver
python built-in: python -m http.server (does not support upload)
-
YouTransfer: Self-hosted file transfer and sharing solution
I use `python -m http.server` on the sender side, and https://github.com/Densaugeo/uploadserver on the receiver side if Python or the network is problematic to setup on the sender. This is simple and works well for my use cases, since I don't have a need for those features you mention. The only feature I miss is encryption, which could be done via an SSH tunnel with a bit more work, but I usually don't bother if I'm on my home LAN.
Stats
Densaugeo/uploadserver is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of uploadserver is Python.