Upload file: curl -s -T filename https://hugz.io/filename Upload file using pipe: cat | curl -s -T - https://hugz.io/filename Encrypt and upload: cat | gpg -ac -o - | curl -s -T - https://hugz.io/filename Download and decrypt: curl -s https://hugz.io//filename | gpg -o - Delete shared file: curl -X DELETE https://hugz.io//filename HTML form: https://hugz.io/f Your IP: https://hugz.io/ip Random word from Debian's wamerican-huge: https://hugz.io/rword My public GPG key: curl -s https://hugz.io/gpg.asc Function for ~/.bashrc: curl -s https://hugz.io/bash