Compare the result with your expected (local?) value.
Compare the result with your expected (local?) value.
Same issue here.
Are you all having this issue in combination with IPSwitch MoveIt ?
Do you know of a public server we can test against ?
Mine turned out to be a permission setting in MoveIT. I talked to our MoveIT admin and they changed a permission for the folder I was using.
This is a duplicate of https://sshnet.codeplex.com/workitem/1890.
The fix is trivial, but I first want to increase test coverage as this issue show it surely lacks in this area.
The fix is trivial, but I first want to increase test coverage as this issue show it surely lacks in this area.
In all the exceptions I have seen here _socket is null, so it does not fix anything.
Resolved: Reduced buffer size to 15000. Anything larger than this wouldn't work.
sftp.BufferSize = 15000;
Thanks,
Dave
The infinite loop was fixed by Oleg in changeset #28762, but there are still some issues left to fix.
I'll leave this issue open until I have a new version of ssh.net available that you can test.
Fixed in changeset 34706.
I'll talk to Oleg about the possibility to release a new version of SSH.NET.
Fixed in changeset 34706.
I'll talk to Oleg about the possibility to release a new version of SSH.NET.
Fixed in changeset 34706.
I'll talk to Oleg about the possibility to release a new version of SSH.NET.