You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebDAV and FTP are part of ZServer which is removed when running on Python 3. We might need a replacement if the uses-cases that we use it for are still valid nowadays.
It has a good software architecture - everything is implemented against interface specifications.
It comes with default DAVProvider, PropertyManager and LockManager implementations and allows for providing more specific ones.
It's tested against a lot of WebDAV clients: Windows File Explorer and drive mapping, MS Office, Ubuntu, Mac OS X, …
This could help us a lot providing WebDAV on WSGI for Plone/Zope.
The text was updated successfully, but these errors were encountered:
WebDAV and FTP are part of ZServer which is removed when running on Python 3. We might need a replacement if the uses-cases that we use it for are still valid nowadays.
@thet wrote in #2368:
The text was updated successfully, but these errors were encountered: