Uploadserver Alternatives
Similar projects and alternatives to uploadserver
-
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
-
send
:mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send (by timvisee)
-
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
remi
Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
-
-
-
-
-
rymdport
Cross-platform application for easy encrypted file, folder, and text sharing between devices.
-
-
-
go-piping-server
Piping Server written in Go language (original: https://github.com/nwtgck/piping-server)
-
FlyingCarpet
Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
-
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.