">
">
File Transfer
Drag and Drop your file or
Copy to clipboard
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 -OJ
wget --content-disposition