=== How To Upload ===
You can upload files to this site via a simple HTTP POST, e.g. using curl:
curl -F "file=@/path/to/your/file.jpg" https://www.share.netops.me/
Or if you want to pipe to curl *and* have a file extension, add a "filename":
echo "hello" | curl -F "file=@-;filename=.txt" https://www.share.netops.me/
=== File Sizes etc. ===
The maximum allowed file size is 128 MiB.
=== Contact ===
If you want to report abuse of this service, or have any other inquiries,
please write an email to abuse@netops.me
Or simply choose a file and click "Upload" below:
(Hint: If you're lucky, your browser may support drag-and-drop onto the file
selection input.)