Edited Issue: Timeout on Uploading file [1906]
Hi All, I've tried to search for this issue but haven't had any luck.I am trying to upload a file to an SFTP but it fails when the file is larger than approx 50kb, when the file is smaller than that it...
View ArticleReopened Unassigned: Problems with IPSwitch MoveIt SSH server [1785]
Has anyone had problems when using the code with IPSwitch MoveIt ?I can connect OK, list files, rename, upload & download. But when I try to delete a file I get "permission denied".Although if I...
View ArticleCreated 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 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 ArticleEdited Task: Disable logging of messages in release builds [1767]
[Release 2013.4.7]In the file Session.cs there are the lines:[664] this.Log(string.Format("SendMessage to server '{0}': '{1}'.", message.GetType().Name, message.ToString()));[1542]...
View ArticleEdited Task: Disable logging of messages in release builds [1767]
[Release 2013.4.7]In the file Session.cs there are the lines:[664] this.Log(string.Format("SendMessage to server '{0}': '{1}'.", message.GetType().Name, message.ToString()));[1542]...
View ArticleEdited Issue: Remove Line Feed from WriteLine method in Shellstream Class [1584]
When working with the expect method, it was discovered the WriteLine was sending an linefeed after a carriage return. This was throwing some SSH implementations off because the linefeed is being...
View ArticleEdited Issue: Remove Line Feed from WriteLine method in Shellstream Class [1584]
When working with the expect method, it was discovered the WriteLine was sending an linefeed after a carriage return. This was throwing some SSH implementations off because the linefeed is being...
View ArticleClosed Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleClosed Issue: Dispose() should not leave running threads behind! [1436]
Hi. I have found a really hard to find bug that is very consistently repeatable. Before getting into the details, I think it should be noted that this issue will be resolved if the...
View ArticleClosed Feature: File Transfer Progress [1324]
** Added Issue as status PROPOSED type FEATURE **This is a discussion thread. Is there any interest in including a way to expose current transfer progress to an application? For example, imagine a user...
View ArticleClosed Unassigned: Wrong parameters to SetSocketOption leads to...
Hi There,today i recognized that you guys seem to use an invalid parameter-combination to SetSocketOption in Channels/ChannelForwardedTcpip.NET40.cs.The...
View ArticleClosed Issue: Process terminated due to unhandled exception in Finalize /...
__My application encountered the following unhandled exception that caused the process to exit:__Framework Version: v4.0.30319Description: The process was terminated due to an unhandled...
View ArticleClosed Issue: OverflowException on empty server response [1562]
Hello,I'm trying to connect to OS X Mountain Lion from a Windows Phone 7.5 application using a SFTP client implemented using your library (version 2013.4.7), and upon sftpclient.connect, after a few...
View ArticleClosed Issue: Correct casing of Security/Cryptography/HMAC.cs [1505]
I've just tried to compile the library on Mono/Linux, it builds, however with one glitch. The mentioned file is named HMAC.cs, but is referenced as Security/Cryptography/HMac.cs, so either reference or...
View ArticleClosed Issue: SSH through Proxy Problem [1601]
Hello guys,im trying to connect through a proxy to my SSH server but i get an exception:"__Renci.SshNet.Common.SshOperationTimeoutException: Socket read operation has timed out at...
View ArticleClosed Issue: HTTP proxy hangs [1890]
When connecting to an http proxy the Session.ConnectHttp() method gets stuck in an endless loop.this is due to the following code::switch (statusCode){ case HttpStatusCode.OK: break; default: throw new...
View ArticleClosed Issue: Timeout on proxy authentication [1905]
You have neverending loo while authentication through proxy```Session.cswhile (true){ ... switch (statusCode){ case HttpStatusCode.OK: break; default: throw new ProxyException(string.Format("HTTP:...
View ArticleClosed Issue: documentation [1559]
Hi,It's impossible to view the documentation... I'm new to ssh.net, so the documentation could have been very useful!Comments: No feedback from original reporter.
View ArticleCommented Issue: Connection through proxy [1869]
Hi,I have an issue through a Symantec Web Gateway proxy server HTTP . The connection is made through to the proxy server but the authentication isn't passed and the connection fails. Is there something...
View Article