Commented Issue: Remove BaseClient.EnsureConnection from Doc [1637]
Hi,BaseClient.EnsureConnection() was removed in this commit https://sshnet.codeplex.com/SourceControl/changeset/22554But its still part of the Doc.It should be removed there, too.Comments: ** Comment...
View ArticleEdited Issue: Remove BaseClient.EnsureConnection from Doc [1637]
Hi,BaseClient.EnsureConnection() was removed in this commit https://sshnet.codeplex.com/SourceControl/changeset/22554But its still part of the Doc.It should be removed there, too.
View ArticleClosed Issue: High CPU Load when opening a shell session [1555]
When starting a shell session I observe a high CPU load (100% on one core).I use the following code to connect:MemoryStream input = new MemoryStream();MemoryStream output = new...
View ArticleNew Post: SSH.NET
I'm not able to reproduce this issue. Please post the complete stacktrace. What SSH server are you using, and which version of SSH.NET ?
View ArticleCommented Unassigned: An operation was attempted on something that is not a...
I keep getting this error when connecting and uploading a file. There are no errors in Event Log or otherwise.Here's my code:SSHNet.PasswordConnectionInfo connInfo = new...
View ArticleClosed Issue: SFTP: Uploading Files to the FTP Server has Inconsistent...
__Method Name:__ UploadFile()__Issue:__ Files Uploaded to FTP Server has Inconsistent BehaviorI am trying to upload the file from local path to the ftp server, there is no exceptions in the...
View ArticleClosed Issue: SftpClient.UploadFile Truncates Uploaded File [1533]
I'm uploading a file with 7MB size and the file is truncated to 4.5MB more or less.I tried a Flush on the Stream but I always has the error```streamFile = // Load...
View ArticleCommented Unassigned: [Retracted] Random Exception on multi-handle wait [1757]
I use renci.sshnet in a multi-threaded/multi-concurrent-connection environment and was observing randome generic exceptions being thrown during heavy testing.> Using Revision: 28765The problem was...
View ArticleCommented Unassigned: Unable to connect to : Exception calling "Connect" with...
Hello,After doing Import-Module SSH-Sessions, I try to connect as follows:PS C:> New-SshSession -ComputerName 10.220.12.220 -Username username -Password ***********Unable to connect to...
View ArticleClosed Unassigned: ListDirectory does not work with Wild Chars [2393]
When we try to use ListDirectory with a path like /directory1/test/*.txt it returns na exception with message "No Such File".It's not possible to use Wild Chars? This appears to work on some SFTP...
View ArticleCommented Unassigned: System.ArgumentOutOfRangeException on Disconnect() [2389]
Version: __2013.4.7.0__Hey everybody, I am sporadically getting the following exception while trying to disconnect SftpClient.__System.ArgumentOutOfRangeException__: Specified argument was out of the...
View ArticleClosed Unassigned: System.InvalidOperationException: Dynamic operations can...
Hi All, I am trying to connect to FTP using your binaries and getting below error:System.InvalidOperationException: Dynamic operations can only be performed in homogenous AppDomain. at...
View ArticleCommented Unassigned: SftpClient and SshClient usage (Renci.SshNet...
Hi,Currently we are using Renci.SshNet V2013.4.7.0 dll for connecting to FTP host. But seems that it is working correctly if we map to a physical host but fails to connect if it is a logical Host.The...
View ArticleSource code checked in, #40544
Unsubscribe from events before we dispose the channel, as we do not want to get these events signaled while disposing.
View ArticleCommented Unassigned: System.NullReferenceException [2013]
Hi AllI have written a program that only downloads a part of the file using SFTP and adds it to the previously downloaded file. Basically resumes download.Program works perfectly except when I am...
View ArticleNew Post: SSH.NET
Thank you for responding. Here is the stack trace Renci.SshNet.dll!Renci.SshNet.Session.WaitOnHandle(System.Threading.WaitHandle waitHandle) Line 717...
View ArticleCommented Unassigned: System.ArgumentOutOfRangeException on Disconnect() [2389]
Version: __2013.4.7.0__Hey everybody, I am sporadically getting the following exception while trying to disconnect SftpClient.__System.ArgumentOutOfRangeException__: Specified argument was out of the...
View Article