Commented Issue: Payload cannot be more then 32768 bytes. [1465]
During 144 KB file upload exception occur.Could you please advice where is the problem - in my code or in the Renci.SshNet.dll ?System.InvalidOperationException: Payload cannot be more then 32768...
View ArticleCommented Issue: SshClient.Connect hangs if server denies access per software...
Hello,SshClient works for me fine if ssh connection is possible and it works fine if ssh connection is not possible - one may think now, that everything is fine... :-)But there is another case: target...
View ArticleCommented Issue: Payload cannot be more then 32768 bytes. [1465]
During 144 KB file upload exception occur.Could you please advice where is the problem - in my code or in the Renci.SshNet.dll ?System.InvalidOperationException: Payload cannot be more then 32768...
View ArticleClosed Issue: Payload cannot be more then 32768 bytes. [1465]
During 144 KB file upload exception occur.Could you please advice where is the problem - in my code or in the Renci.SshNet.dll ?System.InvalidOperationException: Payload cannot be more then 32768...
View ArticleCommented Issue: SshClient.Connect hangs if server denies access per software...
Hello,SshClient works for me fine if ssh connection is possible and it works fine if ssh connection is not possible - one may think now, that everything is fine... :-)But there is another case: target...
View ArticleClosed Issue: SshClient.Connect hangs if server denies access per software...
Hello,SshClient works for me fine if ssh connection is possible and it works fine if ssh connection is not possible - one may think now, that everything is fine... :-)But there is another case: target...
View ArticleCreated 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 ArticleCommented Issue: Files are getting truncated when uploading to the SSH...
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 ArticleCommented Issue: Files are getting truncated when uploading to the SSH...
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 ArticleCommented Issue: Files are getting truncated when uploading to the SSH...
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 ArticleCommented Issue: Files are getting truncated when uploading to the SSH...
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 ArticleCreated Issue: Hang while connecting to MYSQL via SSH [1468]
Wiki Link: [discussion:429181] Hi,The code in the above discussion works fine and connects securely to the server and then the database but once its run a second time its hangs for about 15secs while...
View ArticleCreated 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.Thanks
View ArticleCommented 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: ** Comment from web user: olegkap ** Yea, no problem, I will do that...
View ArticleCreated 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: SCP Copy to subdirectory target [1480]
Issue described here: [url|http://sshnet.codeplex.com/discussions/284021]
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 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 ArticleCreated 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: SCP Copy to subdirectory target [1480]
Issue described here: [http://sshnet.codeplex.com/discussions/284021]Comments: Fixed in 22670
View Article