xfer.hommers.nl - Easy file sharing from the command line Usage: Upload: curl --upload-file ./hello.txt http://xfer.hommers.nl/hello.txt Download: curl http://xfer.hommers.nl//hello.txt -o hello.txt Delete: curl -X DELETE http://xfer.hommers.nl//hello.txt/ Options: Max-Downloads: 1 Maximum number of downloads Expires: 7d Expires in 7 days (supports: 1d12h, 30m, 3600s, or a date) Examples: curl --upload-file ./hello.txt http://xfer.hommers.nl/hello.txt curl -H "Expires: 7d" --upload-file ./hello.txt http://xfer.hommers.nl/hello.txt curl -H "Expires: 1d12h" --upload-file ./hello.txt http://xfer.hommers.nl/hello.txt curl -H "Max-Downloads: 1" --upload-file ./hello.txt http://xfer.hommers.nl/hello.txt