Error de carga del archivo WebDAV


0

Me gustaría habilitar la carga de archivos usando el PUTmétodo en mi servidor Apache que se ejecuta en Win 7. He configurado WebDAVlo siguiente: httpd.conf:

DavLockDB "D:/Web/DavLock"
...
<Directory "/Web/DavDir">
    Dav On
    Options -Indexes +MultiViews
    AllowOverride None
    Require all granted
</Directory>

y he promulgado módulos obligatorios ( mod_dav, mod_dav_fs, mod_dav_lock) Ahora, cuando intento cargar un archivo de esta manera:

curl x.x.x.x --upload-file /root/1.txt

me sale un error:

The requested method PUT is not allowed for the URL /1.txt
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.