Introducing a simple and efficient file uploader designed for seamless sharing over LAN. Built with Go, this tool allows you to transfer files between devices effortlessly, even if they're using old browsers. No complex setups or cables required—just quick, easy sharing. Try it out and make transferring files a breeze!
μploader - Micro Uploader
Introducing μploader, an efficient micro file uploader designed to streamline the process of sharing files across your local area network (LAN). This Go-based solution enables users to effortlessly move files between devices with a web browser, eliminating the need for cumbersome cables or outdated tools.
Key Features:
- Simplicity: Built with Go Chi and pflag, μploader provides a lightweight setup with only essential dependencies.
- Cross-Device Compatibility: Easily transfer files between various devices, even those operating older browsers that may lack updated HTTPS certificates.
- User-Friendly: The intuitive interface ensures a straightforward experience for users at any technical level.
Why μploader?
Often, finding a reliable tool to share files between devices on a local network can be challenging, especially when dealing with older browsers. μploader fills this gap by providing a straightforward and effective solution without the complexities associated with other tools.
Demo
Check out the live demo hosted on Glitch to see the user interface in action:
Live Demo
(Note: The demo uploads are cleared periodically, use at your own risk.)
Usage
Start using μploader with a simple command:
$ mup --help
Usage:
mup [OPTIONS] [UPLOAD_FOLDER]
A micro file uploader, the default upload folder is 'Uploads'
Options:
-h, --host string Host to run the server on (default "0.0.0.0")
-s, --max-upload-size int Maximum upload size in MB (default 100)
-p, --port int Port to run the server on (default 5000)
Roadmap
Future enhancements for μploader include:
- Reducing minimum requirements to operate without JavaScript
- Expanding support to Raspberry Pi architectures (
aarch64
andarmv7l
)
Join the μploader community and enhance your file-sharing capabilities on your local network today!
No comments yet.
Sign in to be the first to comment.