tshare

the fastest way to share your files on the web, for free

Linux / macOS
Windows

$ curl https://tshare.download | bash
curl https://tshare.download | bash
> curl -L https://tshare.download/windows.zip -o tshare.zip 
curl -L https://tshare.download/windows.zip -o tshare.zip


Usage:
tshare <local-file-path> [OPTIONS ...]
tshare --stdin -o <remote-file-name> [OPTIONS ...]
tshare -r <token> [--silent]
tshare --upgrade [--silent]
tshare --version

Options:
Options:
          -d  <n>      Set the max number of downloads for this file.
          -t  <days>   Set the lifetime of this file.
--output, -o  <name>   Set the filename used for sharing.
--crypt,  -c           Crypt your file using gpg, if installed.
--silent, -s           Less verbose, minimal output.
--remove, -r  <token>  Delete and uploaded file, using a token.
--qrcode               Output a QR code.
--stdin                Read input from stdin.
--upgrade              Is there a new tshare version available?

Examples:
tshare /tmp/file1.txt                # Share /tmp/file1.txt
tshare -t 3 /tmp/file2.txt           # This file will be deleted in 3 days
tshare /tmp/file3.txt -o hello.txt   # Uploaded as "hello.txt"
        
Copied!