Closed Issue: SCP Copy to subdirectory target [1480]
Issue described here: [http://sshnet.codeplex.com/discussions/284021]Comments: Fixed in 22670
View ArticleNew Post: SCP copy to a specific folder
Hey guys, I just committed a fix for this problem.Please check out 22670 commit. Now you can use path in you when upload file(s) and it should create the structure on the server if it doesnt exists....
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: 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 ArticleNew Post: OperationTimeout and ConnectionInfo.Timeout don't terminate the...
mhesler, Did you happen to use latest version of the library?After checking my code I completely rewrote that section so there should be no more locking in this section.Can you check it out if possible...
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 ArticleNew Post: SCP copy to a specific folder
Okay dude, I'm using this lib with some PowerShell functions/scripts I've written, like Copy-ToSshSession which are then used by a TeamCity deployment script. When its all cooked, I'll replace my...
View ArticleCreated Issue: After client disconnected forwarded port still attached to...
This is relates to [this](http://sshnet.codeplex.com/discussions/429950) post
View ArticleNew Post: SFTP Parallel Downloads again
Hi Oleg,I have to bother you again.Found a new problem: after your fix in the isConnected method everything worked fine. But now I encountered a new problem. This is how to reproduce the problem:...
View ArticleSource code checked in, #22707
Ensure all forwarded ports are removed when client disconects so it could be reused later
View ArticleNew Post: SFTP Parallel Downloads again
Hey, Thanks for reporting it. I guess now I am at the point where I am getting very rare cases.I figured out where the problem occurs but I don't know why since file exists and it should download it...
View ArticleSource code checked in, #22722
Fix how exceptions are thrown Fix exception being thrown for asynchronous multiple SFTP file download Add additional helper BeginDownloadFile and BeginUploadFile methods
View ArticleNew Post: SFTP Parallel Downloads again
Hey, I found the reason behind this and actually surprise how people didn't noticed that before but this error could potentially occur for any async operation where one of them causing error. I just...
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 Article