$ hosting.sh

// terminal-first file hosting with short keys

> UPLOAD FILE

Leave blank for random key
Leave blank for public access
Format: 30s, 5m, 2h, 7d (leave blank for permanent)

✓ UPLOAD SUCCESSFUL

Key:
URL:
Size:
Download:

> CLI EXAMPLES

# Quick upload from pipe cat file.txt | curl -F "file=@-" # Upload with options curl -F "file=@image.png" -F "ttl=1h" -F "password=secret" # Download file curl > file.txt # Download password-protected file curl "" > file.txt # Delete file curl -X DELETE "" # Get file info curl