PHP cURL HTTP PUT

I am trying to create a HTTP PUT request with cURL and I can’t make it work. I’ve read many tutorials but none of them actually worked. Here’s my current code: I’ve also tried using PHP PEAR but got the same result. The problem is that the repository says that no metadata has been set. … Read more