Curl PUT "Method not allowed"

1

0

I'd like to simply store a file using curl with PUT metchod to my home apache web-serwer running on Windows 7. When i issue a simple command like:

curl --upload-file /path/to/file/badname --url http://serverip

i get an error:

Method not allowed

Must i have any handler script on apache to simply add/store a file on a server using curl and PUT?

Ringger81

Posted 2018-09-20T15:03:04.023

Reputation: 701

No answers