summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-11 11:20:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-11 11:20:35 -0400
commit11b283967c4aa737fb37638c2f901f9aab69dd21 (patch)
treec0b2e8ed6b7782d5077b177c718b28c88de666f8
parent9b07b4e182728fbaaf29b94c5fdef45b94a491ab (diff)
comment
-rw-r--r--doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_2_72e9ecc6acdc555e36f5588120d070fa._comment24
1 files changed, 24 insertions, 0 deletions
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
index 000000000..2c1ebeda0
--- /dev/null
+++ b/doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_2_72e9ecc6acdc555e36f5588120d070fa._comment
@@ -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.
+"""]]