-
Notifications
You must be signed in to change notification settings - Fork 380
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
Running on z/OS to receive file from z/OS failed SSH_FX_BAD_MESSAGE #600
Comments
Are you trying to receive the files from a remote z/OS ssh implementation? Or from our server implementation? Do you have any logs from the z/OS machine’s ssh about the packets? Could you maybe try out the If the two implementations differ somehow, that could be a hint into what’s breaking… |
Thank you for the response.
The log for sending files from z/OS to z/OS (which was successful):
|
Hi Cassondra , good news! So 1.13.7 solved the problem! |
Huh, it could be that you already had the |
maybe... |
Ah, OK, I’ve released a new version, so we can ensure that z/OS support is in a released version. I hadn’t realized that we hadn’t released a version since. |
Thank you Cassondra. What version is it? What do I put in my 'go get' and 'import' path ? |
It is |
I’ve also corrected the issue with trying to use This is what I get for not testing things before I try and release them. 🤦♀️ |
When I tried this branch, I got different error. When running But when running |
You need to use |
When I tried this command, I still got error (sorry, I am quite dumb at using Go...):
|
You need to still use |
Please help!
I just realized that when I ran the code on a z/OS to receive a file from another z/OS, it always failed when trying to open the sftpClient, with error message:
sftp: "Bad message" (SSH_FX_BAD_MESSAGE)
Please note that sending file from z/OS to z/OS is successful;
And receiving/sending file between Linux and z/OS is also successful!
I tested this on 4 z/OS machines already...
I am using the 'master' branch, which is v1.13.6
Here is the related code:
The text was updated successfully, but these errors were encountered: