|
Project Information
Members
Links
|
CloudDAV is a WebDAV application that implements a virtual file system built on Google App Engine's data store. The implementation is based on WsgiDAV and also uses some code from the currently inactive gaedav project. Status
ExampleA running sample instance is available here: http://clouddav-test.appspot.com/ You can open it in the browser or connect with a WebDAV client. Example (Windows): >net use x: http://clouddav-test.appspot.com/ >dir x: See here for some details on Windows clients. Usage6 steps to your free 1 GB cloud drive:
Note: Since Google seems to not officially support HTTP methods that are specific to WebDAV, such as PROPFIND, you cannot test it, when running inside the Local App Server and Google App Engine Launcher. (It currently works when deployed to GAE though.) |