Plik tokens allow you to upload files without source IP restriction.

  • Tokens can only be generated from a valid source IP.
  • You can save a token to the local storage of your web browser by clicking the remember button.
  • If you are using the command line client you can use a token by adding a Token = "xxxx" line to your ~/.plikrc file.
  • You can list all uploads owned by a token with the browse button.

{{ upload.id }}
uploaded : {{ upload.uploadDate * 1000 | date:'medium' }}
expire : {{ upload.ttl == -1 ? 'never expire' : (upload.uploadDate + upload.ttl) * 1000 | date:'medium' }}
{{ file.fileName }} {{ humanReadableSize(file.fileSize) }}