Commented Issue: sftpClient.WriteAllText corrupts uploaded data [1481]
Reproduce:``` var sftpClient = new SftpClient( server, port, user, new PrivateKeyFile( new MemoryStream( Encoding.ASCII.GetBytes( privateKey ) ) ) );// 4* 1024 - data will be corrupted, 1*1024 - data...
View ArticleCommented Issue: sftpClient.WriteAllText corrupts uploaded data [1481]
Reproduce:``` var sftpClient = new SftpClient( server, port, user, new PrivateKeyFile( new MemoryStream( Encoding.ASCII.GetBytes( privateKey ) ) ) );// 4* 1024 - data will be corrupted, 1*1024 - data...
View ArticleSource code checked in, #22732
Fix some tests Update all projects to generate xml documentation file Cross project fixes to make it compilable for all projects
View ArticleClosed Issue: sftpClient.WriteAllText corrupts uploaded data [1481]
Reproduce:``` var sftpClient = new SftpClient( server, port, user, new PrivateKeyFile( new MemoryStream( Encoding.ASCII.GetBytes( privateKey ) ) ) );// 4* 1024 - data will be corrupted, 1*1024 - data...
View ArticleReleased: 2013.1.27 (Jan 26, 2013)
New FeaturesAdd support for arcfour cipher and hmac-ripemd160 algorithms Add support for twofish cipher Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96Add IsUploadCanceled...
View ArticleUpdated Release: 2013.1.27 (Jan 26, 2013)
New FeaturesAdd support for arcfour cipher and hmac-ripemd160 algorithmsAdd support for twofish cipherAdd support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96Add IsUploadCanceled...
View ArticleCreated Issue: SftpClient deletefile/delete fails [1484]
using (SftpClient sftp = new SftpClient(hostName, portNumber, userName, passWord)){ sftp.Connect(); sftp.Delete(remotePath);}Code throws "Permission Denied" error, but i have...
View ArticleClosed Issue: Add the XML documentation to the NuGet package [1477]
Please, can you add the generated xml documentation to the nuget package so we can get the intellisense help working.ThanksComments: I just added a new package where I add xml files.please check it out...
View ArticleCommented Issue: SftpClient deletefile/delete fails [1484]
using (SftpClient sftp = new SftpClient(hostName, portNumber, userName, passWord)){ sftp.Connect(); sftp.Delete(remotePath);}Code throws "Permission Denied" error, but i have...
View ArticleReleased: 2013.1.27 (Jan 27, 2013)
New FeaturesAdd support for arcfour cipher and hmac-ripemd160 algorithms Add support for twofish cipher Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96Add IsUploadCanceled...
View ArticleUpdated Release: 2013.1.27 (Jan 27, 2013)
New FeaturesAdd support for arcfour cipher and hmac-ripemd160 algorithmsAdd support for twofish cipherAdd support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96Add IsUploadCanceled...
View ArticleNew Post: SFTP Parallel Downloads again
Hi Oleg,did you lock something in your threads? Exceptions are gone, but the downloadspeed decreases extremely. 1 Download = 20Mbit/s and 2 Downloads parallel = 2Mbit/s per Download. Before the fix, 2...
View ArticleNew Post: SFTP Parallel Downloads again
Nerver mind ... my fault! Debugmessages from sftpclient are slowing down everything :-).
View ArticleCreated Issue: NullReferenceException in...
Hi,while using Renci SSH Client successfully in production, I noticed a really rare error that just occurred on my dev machine:```4491 - OXE Control Center Gui: 15:08:15.9481613 - [Remote Connector]...
View ArticleCommented Issue: NullReferenceException in...
Hi,while using Renci SSH Client successfully in production, I noticed a really rare error that just occurred on my dev machine:```4491 - OXE Control Center Gui: 15:08:15.9481613 - [Remote Connector]...
View ArticleNew Post: SFTP Parallel Downloads again
Ok,No problem. I am actually planning to review all debug messages generate by library,so in release version they would never appear. Thanks,Oleg
View ArticleCommented Issue: NullReferenceException in...
Hi,while using Renci SSH Client successfully in production, I noticed a really rare error that just occurred on my dev machine:```4491 - OXE Control Center Gui: 15:08:15.9481613 - [Remote Connector]...
View ArticleCommented Issue: NullReferenceException in...
Hi,while using Renci SSH Client successfully in production, I noticed a really rare error that just occurred on my dev machine:```4491 - OXE Control Center Gui: 15:08:15.9481613 - [Remote Connector]...
View Article