-
-
Notifications
You must be signed in to change notification settings - Fork 299
File upload to Akamai NetStorage causes error "SSH_FX_BAD_MESSAGE" #4015
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
Comments
Same issue here, can't upload to akamai over sftp |
I would need a test account at Akamai to debug this issue. |
I can take care of this |
Replying to [comment:4 graeme@…]:
I have written an email to [ccare@akamai.com] about this. |
Replying to [comment:5 dkocher]:
|
Replying to [comment:6 paul167@…]:
That is interesting. How does your setup of Ganymed differ from what you can find in [source:trunk/source/ch/cyberduck/core/sftp/SFTPSession.java SFTPSession]? |
Replying to [comment:7 dkocher]:
|
Before trying to debug it might also help to look closer at the log. Using defaults in Terminal.app set the logging level of Cyberduck to
|
To debug Cyberduck, build it as usual but copy the file |
So enabling logging only got me an "Upload failed" trace, but debugging got me a bit further (?). |
It seems that my test only uses SCPClient and never SFTPv3Client, the latter seems to be a more complex implementation (and experimental according to the javadoc). |
Found the problem! This is it. My guess is you don't need read-write anyway, if you're creating/truncating a file, why would you read it ? |
Replying to [comment:13 paul167@…]:
I am hesitant to change this as it might break compatiblity with other servers. |
Any chance we could beta test this? Or find a different way to incorporate this like a bookmark option ? |
In 3b0432f. Please test with the snapshot build available later today at (http://update.cyberduck.ch/nightly/). |
Replying to [comment:16 dkocher]:
Yep works. |
Version: 3.3 (5552)
Connecting to Akamai NetStorage (Akamai Storage in the cloud) via SSH. Can login and browse files successfully. When I drap and drop a file from the Finder in to cyberduck, the upload process connects and then errors out with the following
No information is available in the trace window
Note that I can upload correctly on same machine to same host using Filezilla
The text was updated successfully, but these errors were encountered: