]> dgit.raspbian.org Git - git-annex.git/blob
2c1ebeda02b19ae0989ca5443964dc51112cc843
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 2"""
4  date="2015-12-11T15:08:30Z"
5  content="""
6 The first failure is git-annex sending MKCOL (make directory basically).
7 The server fails with "Unauthorized". You say it also made the directory.
8 That's got to be a bug in the server, no? It can't sanely have an authorization
9 problem and also go on and do the unathorized action.
10
11 The second failure is git-annex sending PUT. This is the most basic
12 operation for webdav server to support AFAIK,
13 and it fails with "NotImplemented".
14
15 It's also kind of telling that the webdav server
16 has a message baked into it about not working with the OSX Finder.
17 Overall, this seems a very bad webdav server.
18
19 If you were able to upload files using a different webdav client,
20 I guess that client must have used a command other than PUT, or
21 done something else different with the protocol. If you can track down
22 details of how the client manage to talk to this strange server, we could
23 see about supporting it.
24 """]]