Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interoperability with graudata #6813

Closed
cyberduck opened this issue Aug 11, 2012 · 6 comments
Closed

Interoperability with graudata #6813

cyberduck opened this issue Aug 11, 2012 · 6 comments
Labels
bug thirdparty Issue caused by third party webdav WebDAV Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

8ae2b3a created the issue

The GRAU DATA SPACE provides a standard WebDAV functionality based on milton.io. Downloads are working well. Uploads are generating an I/O error: The target server failed to respond.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

There is a connectivity issue to the server we are trying to upload. Check the Host header in the transcript and check the connection to this server over port 80 or 443 depending if you are connecting with SSL.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you please post the transcript from the log drawer (⌘-L) of the Transfers window.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I haven't looked into this in depth yet, but it looks like the server is closing the underlying socket connection although we send a Connection: Keep-Alive.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Also the server does not seem to implement WebDAV fully:

MKCOL /test/ HTTP/1.1
Content-Length: 0
Host: dataspace.graudata.com
Connection: Keep-Alive
User-Agent: Cyberduck/4.2.2 (Mac OS X/10.8) (i386)
Cookie: JSESSIONID=434D4F6C09483FBCB857FC46DC9037CD
Cookie2: $Version=1
HTTP/1.1 501 Not Implemented
Date: Sun, 19 Aug 2012 22:04:41 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=utf-8
Via: 1.1 dataspace.graudata.com
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 449
Connection: close

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Uploading a file results in a permission error:

PUT /FFL_Prog12_t24_jul20-1844_LS_18_LR.pdf HTTP/1.1
Content-Length: 17744172
Content-Type: application/pdf
Host: dataspace.graudata.com
Connection: Keep-Alive
User-Agent: Cyberduck/4.2.2 (Mac OS X/10.8) (i386)
Cookie: JSESSIONID=AD1BE75D4C4C15B3B9DF8DBB5E691618
Cookie2: $Version=1
HTTP/1.1 403 Forbidden
Date: Sun, 19 Aug 2012 22:13:49 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=utf-8
Via: 1.1 dataspace.graudata.com
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 388
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server is severally broken and must be fixed first before we can continue doing some interoperability testing.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug thirdparty Issue caused by third party webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant