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: IsRegularFile is not recognized on Windows SSH Server [1479]
I just have tested SFTP with windows SSH Server. My problem was, that files where not recognized as Files. IsRegularFile was always false.Well i already tested the newest release. It is not containing...
View ArticleClosed Issue: IsRegularFile is not recognized on Windows SSH Server [1479]
I just have tested SFTP with windows SSH Server. My problem was, that files where not recognized as Files. IsRegularFile was always false.Well i already tested the newest release. It is not containing...
View ArticleCreated Issue: SFTP possible deadlock [1482]
This is based on [this](http://sshnet.codeplex.com/discussions/353174) thread
View ArticleClosed Issue: SFTP possible deadlock [1482]
This is based on [this](http://sshnet.codeplex.com/discussions/353174) threadComments: Not an isssue, was resolved earlier with other deadlock situations
View ArticleCreated Issue: After client disconnected forwarded port still attached to...
This is relates to [this](http://sshnet.codeplex.com/discussions/429950) post
View ArticleClosed Issue: Use SshClient to connect to Avaya Media Gateway [1458]
I am trying to create a small app to work on Avaya Media Gateways using Renci.SshNet. I am stuck with opening an ssh connection to the gateway. When I issue an sshClient.Open(), the program gives...
View ArticleClosed Issue: Files are getting truncated when uploading to the SSH server....
Hi,I noticed unexpected behaviour, when I was sending a number of files to the SSH server, each file with a size approx. equal to 35 kB.Every file on the destination machine was truncated to 16384...
View ArticleClosed Issue: After client disconnected forwarded port still attached to...
This is relates to [this](http://sshnet.codeplex.com/discussions/429950) postComments: Fixed in 22707
View ArticleCommented Issue: Use SshClient to connect to Avaya Media Gateway [1458]
I am trying to create a small app to work on Avaya Media Gateways using Renci.SshNet. I am stuck with opening an ssh connection to the gateway. When I issue an sshClient.Open(), the program gives...
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 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 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 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 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 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