WebDAV
#2524
Replies: 1 comment 1 reply
-
I'm guessing webdav-server-rs has its own routing system. I've got webDav on my list to tackle at some point in the near future as well. I've been using SabreDAV for some years now, a PHP based webDav system, which has a fairly unique approach that makes it very flexible. I think rocket could be a good base for a rust implementation. If nobody has tried doing so yet it would be interesting to see what it will take to support the extra http commands DAV needs. It's been awhile since I last dove into it but could be a fun project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently writing a Nextcloud clone.
Is there a way to do WebDAV with Rocket?
I looked at webdav-server-rs,
but I couldn't get it to work with Rocket.
Beta Was this translation helpful? Give feedback.
All reactions