ardyesp / ESPWebDAV

Wifi WebDAV server using ESP8266
GNU General Public License v3.0
312 stars 160 forks source link

Support for Linux WebDav clients #20

Open DuaneKaufman opened 2 years ago

DuaneKaufman commented 2 years ago

Dear Sirs, I have been attempting to access a WebDAV server based on this code (device: https://www.ebay.com/itm/203949035388) using linux and davfs2. The device can be accessed through Windows as described, but when I attempt to connect to it with Linux, I get: "/sbin/mount.davfs: mounting failed; the server does not support WebDAV"

The device is not advertised to be able to service non Windows clients, but can it be made to do so? I also cannot connect using Mac OS

Any help with using a Linux client would be appreciated.

Sincerely, Duane Kaufman

ardyesp commented 1 year ago

There is a fork of this project which supports the linux mounts. Please check it here.