diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-20 15:27:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-20 15:27:36 -0400 |
commit | 4543b184ea3912dca3c0b1cebae5024452d6ae66 (patch) | |
tree | 6310fed8053105243f4a9b80ae408f0be53abfdd /doc | |
parent | 07c6f493d59e45594af9c82e5de2d5751899ee6b (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_4_7a139eb2c11ab2e32d22ca0f8bb648a5._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_4_7a139eb2c11ab2e32d22ca0f8bb648a5._comment b/doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_4_7a139eb2c11ab2e32d22ca0f8bb648a5._comment new file mode 100644 index 000000000..d12f6cbc5 --- /dev/null +++ b/doc/bugs/git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__/comment_4_7a139eb2c11ab2e32d22ca0f8bb648a5._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2016-01-20T19:22:36Z" + content=""" +As to where the first byte went, it seems rather suggestive that the part +of the server's code you pasted earlier reads out `$firstByte`. Perhaps it +forgot to preserve that first byte in the file. + +Which is horrible, but then there's the "Conflict" error. All I can make of +this is that the server is probably rejecting the MOVE request for some reason. +That might be reasonable if the destination file already existed, +but I don't think it does in this case, so who knows. + +Only thing I'm sure of is, I never want to entrust this particular webdav +server with any of my data! +"""]] |