drop

max 100 MiB  ·  files live 3–7 days

upload via curl

# upload
curl -H "Authorization: Bearer TOKEN" \
     -F "[email protected]" https://drop.geek.nu

# pipe with extension
echo "hello" | curl -H "Authorization: Bearer TOKEN" \
     -F "file=@-;filename=note.txt" https://drop.geek.nu

# custom id length
curl -H "Authorization: Bearer TOKEN" \
     -F "[email protected]" -F "id_length=12" https://drop.geek.nu

# ShareX / Hupl configs
curl "https://drop.geek.nu?sharex" -o drop.sxcu
curl "https://drop.geek.nu?hupl"   -o drop.hupl

upload via browser

log in to upload files

retention formula

days = 3 + (7 − 3) × (1 − size ÷ 100 MiB)²

small files live longer  ·  large files expire sooner

contact

[email protected]  ·  admin panel