comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 11 Dec 2015 15:20:35 +0000 (11:20 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 11 Dec 2015 15:20:35 +0000 (11:20 -0400)
doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_2_72e9ecc6acdc555e36f5588120d070fa._comment [new file with mode: 0644]

diff --git a/doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_2_72e9ecc6acdc555e36f5588120d070fa._comment b/doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_2_72e9ecc6acdc555e36f5588120d070fa._comment
new file mode 100644 (file)
index 0000000..2c1ebed
--- /dev/null
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2015-12-11T15:08:30Z"
+ content="""
+The first failure is git-annex sending MKCOL (make directory basically).
+The server fails with "Unauthorized". You say it also made the directory.
+That's got to be a bug in the server, no? It can't sanely have an authorization
+problem and also go on and do the unathorized action.
+
+The second failure is git-annex sending PUT. This is the most basic
+operation for webdav server to support AFAIK,
+and it fails with "NotImplemented".
+
+It's also kind of telling that the webdav server
+has a message baked into it about not working with the OSX Finder.
+Overall, this seems a very bad webdav server.
+
+If you were able to upload files using a different webdav client,
+I guess that client must have used a command other than PUT, or
+done something else different with the protocol. If you can track down
+details of how the client manage to talk to this strange server, we could
+see about supporting it.
+"""]]