Send SD Card file through Ethernet to Webdav

Hi there!

I wonder if anyone has any experience with webdav or how to save a file on a remote webdav server.
Maybe through MKRGSM module.
Would not be happy to be forced to use a Raspberry and curl, but that is pretty easy.

Any thoughts would be appreciated. :slight_smile:

You will have to implement the webdav part of the http protocol:

https://tools.ietf.org/html/rfc4918

cbrandt:
You will have to implement the webdav part of the http protocol:

RFC 4918 - HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)

the standard part of http is implemented for MKRGSM?

Doesn't seem so - you'll have to implement it yourself like for the traditional Ethernet shield.

Check the web client example and adapt with the WebDAV commands: