WebDavService is OK ? #49
-
Can I use WebDav now? Why can't I see the settings for WebDav on the webpage. |
Beta Was this translation helpful? Give feedback.
Answered by
luc-github
Nov 15, 2023
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry previous answer was too fast - I am currently on ESP3D code orz...
Yes WebDav is working - on ESP3D-TFT unlike ESP3DD, it is based on http server, so there is currently no parameter because it use same port as webserver
I may add ON/OFF like for WebSocket that actually also use http server
the way to connect is to access the webdav handler
http://<your ip>/webdav
I will also write a page for it on esp3d.io - but should not be before next week because I am on big rewrite on esp3d 3.0 right now