Updated Release: 2012.12.20 (Dec 20, 2012)
This release provides mostly fixes to many issues reported by users and application of sever patches.New FeaturesAdd support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.Add Support for...
View ArticleUpdated Release: 2012.12.20 (Dec 20, 2012)
This release provides mostly fixes to many issues reported by users and application of sever patches.New FeaturesAdd support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.Add Support for...
View ArticleUpdated Release: 2012.12.20 (Dec 20, 2012)
This release provides mostly fixes to many issues reported by users and application of sever patches.New FeaturesAdd support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.Add Support for...
View ArticleUpdated Release: 2012.12.20 (Dec 20, 2012)
This release provides mostly fixes to many issues reported by users and application of sever patches.New FeaturesAdd support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.Add Support for...
View ArticleUpdated Release: 2012.12.20 (Dec 20, 2012)
This release provides mostly fixes to many issues reported by users and application of sever patches.New FeaturesAdd support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.Add Support for...
View ArticleUpdated Release: 2012.12.20 (Dec 20, 2012)
This release provides mostly fixes to many issues reported by users and application of sever patches.New FeaturesAdd support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.Add Support for...
View ArticleReleased: 2012.12.21 (Dec 20, 2012)
This release provides mostly fixes to many issues reported by users and application of sever patches.New FeaturesAdd support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys. Add Support for...
View ArticleUpdated Release: 2012.12.21 (Dec 20, 2012)
This release provides mostly fixes to many issues reported by users and application of sever patches.New FeaturesAdd support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.Add Support for...
View ArticleNew Post: lock on _incoming
Hello,I think I found small bug. There was no lock in Read function (ShellStream.cs). This cause a crash in (Channel_DataReceived) under heavy load. Fixed fragment:publicoverrideint Read(byte[] buffer,...
View ArticleNew Post: Server to Server transfer support using FXP
Hi,How i can achieve Server to Server FTP file transfer using FXP. if possible please share me the sample C# code
View ArticleNew Post: How can i get Host Fingerprint algorith.
I'm using SFTP. I found a very nice event.... "HostKeyReceived". With it I can read the fingerprint. Most common using algorith is SSH-RSA. But what if its a different one?I found the part of the code...
View ArticleNew Post: lock on _incoming
Hi,You correct, thanks for pointing this out. I just committed a code with this fix. Thanks,Oleg
View ArticleNew Post: What causes "An established connection was aborted by the software...
Hey, What do you mean by open calls?If you mean that it hangs then I tried to address it in latest release.It should either timeout or throw an exception.I remember I was trying to handle the situation...
View ArticleNew Post: How can i get Host Fingerprint algorith.
Hi, Please check latest source code where I added HostKeyName property to HostKeyEventArgs. Thanks,Oleg
View ArticleNew Post: Renci.SshNet.Common.SshOperationTimeoutException on Disconnect()
Hi Oleg,We will do so this week. I let you know about the result.Thanks,Christoph
View ArticleSource code checked in, #22209
Refactor RequestWrite method to write one block at a time Add request synchronization for SftpWrite operation which should resolve issue of wrong or incomplete data to be written Restrict...
View ArticleCommented Issue: BadMessage on write [1302]
<p>When I Write file using large chunks over lan connection the packets sometimes flood the server resauilting with BadMessage with any subsequent call. It can be solved by using CountdownEvent...
View Article