File:

OR





Uploads/pastes are deleted after 5 days unless they are smaller than 10kB . Maximum upload size is 256MB


For shell uploading/pasting use:

curl -n -F "content=<-" http://paste.xinu.at/ < file      (not binary safe)
cat file | curl -n -F "content=<-" http://paste.xinu.at/  (not binary safe)
curl -n -F "file=@/home/user/foo" http://paste.xinu.at/   (binary safe)

If you want to use authentication add the following to your ~/.netrc:

machine paste.xinu.at password my_secret_password


If you want to you can use this script to upload files, paste text or delete your uploads:
http://paste.xinu.at/data/client/fb-0.6.7.1


If you experience any problems feel free to contact me.



This service is provided without warranty of any kind and may not be used to distribute copyrighted content.