-
-
Notifications
You must be signed in to change notification settings - Fork 947
Bug in SftpFileStream.Write(byte[] buffer, int offset, int count) ? #116
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
It's fixed in the source code (tried to build from source and test) but the current Nuget version contains the bug. |
I'm gonna try to ship a new beta this weekend. |
This should be fixed in version 2016.1.0-beta1. |
I've just run into this issue with 2016.0 and can confirm that the 2016.1 beta appears to resolve it. |
I can also confirm that it fixed my similar problem. Is there an expectation date when this fix will come out of beta? |
Duplicate of issue #70. I'll be releasing a new beta soon. |
Hi,
I'm still investigating the issue so I could be wrong, but it's possible that since updating to 2016.0.0.0 from some 2014 version, SftpFileStream.Write has a bug that corrupt the destination file.
The created file has the correct length, but the content is the first 32.741 bytes of the buffer repeated till the correct file size is reached.
It's a pretty serious issue so I posted it as soon as I found out, I'm now investigating the issue in detail to confirm the problem.
The text was updated successfully, but these errors were encountered: