">
">
File Transfer
Drag and Drop your file or
(Maximum )
Copy to clipboard
This tool is usable with
curl
or
wget
.
To upload file (max ):
curl --upload-file ./my_file
wget -q --body-file='./my_file' --method=PUT -O -
To download file :
curl -OJ
wget --content-disposition