t.lsd.cat

MAX SIZE 500MB ~ MAX TLL 3 days


Usage

Files can be directly uploaded from the command line using:


    curl --upload-file <localfile> https://t.lsd.cat/
  

The above example will upload a file using the default TTL of 24 hours. For a custom TTL:


    curl --upload-file <localfile> https://t.lsd.cat/160/       # 160 seconds
    curl --upload-file <localfile> https://t.lsd.cat/2d3h5s/    # 2 days, 3 hours and 2 seconds
  

It is also possible to know the remaining TLL of an uploaded file:


    curl https://t.lsd.cat/ttl/<id>
  

Files can also be renamed depending on the download request:


    curl -O https://t.lsd.cat/<id>              # Download with original filename
    curl -O https://t.lsd.cat/<id>/<filename>   # Download with <filename>