"> ">

File Transfer

Drag and Drop your file or



This tool is usable with curl or wget.

To upload :
  • curl --upload-file ./hello.txt
  • wget -q --body-file='./hello.txt' --method=PUT -O -

    To download file :
  • curl -o hello.txt
  • wget -O hello.txt