Edited Issue: Timeout sending data to server with low window size [1706]
On one particular server, I'm getting timeout exceptions trying to upload. It's sitting there waiting for a SSH_MSG_CHANNEL_WINDOW_ADJUST message from the server, but the server still has like 14KB...
View ArticleSource code checked in, #35152
Use an int to hold position when iterating of state. Stuck loop on key exchange using arcfour encryption (issue #1922)
View ArticleEdited Issue: Stuck loop on key exchange using arcfour encryption [1922]
arcfour - Arc4Cipher.cs line 164for (byte i = 0; i < STATE_LENGTH; i++)Where STATE_LENGTH is 256. Reinitalizes i to 0 (due to i being a byte), causes endless loop on key exchange till server timeout...
View ArticleEdited 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 ArticleNew Post: Small File Upload Problem
I had the exact same problem as rdominelli, i.e. getting "Connection was lost" intermittently when sending files to a MoveIt server. I upgraded to the latest version of SSH.NET but this caused the...
View ArticleNew Post: Unhandled exception
Bump. As anyone run into this issue or know what could resolve it? I've gone around the problem by using singleton instances of various connections I need and disposing them only on application exit...
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 ArticleNew Post: PortForwading Bug
Hi, I upload this sample code to testhttps://drive.google.com/file/d/0BzK7a0IKeyr4OE9rSDJTMHlFS2s/edit?usp=sharing Te same in Windows 7 run ok, in XP doesn't I will appreciatte any help
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 ArticleSource code checked in, #35211
Remove linefeed from WriteLine method in Shellstream class (issue #1584). Guard against NRE in Channel_DataReceived.
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 ArticleNew Post: Using ShellStream and readline gives me double prompts
Try using the 2014.4.6-beta1 release. I fixed a related issue.
View ArticleNew Post: Need latest DLL for .net 3.5 framework
There's a new beta release available. Either download the binaries that are available on codeplex, or use our nuget package.
View ArticleNew Post: xml upload includes bom
Use the UTF8 encoding without BOM: new UTF8Encoding(false)
View ArticleNew Post: Small File Upload Problem
@flapster: Can you try to reproduce the problem you described with the 2014.4.6-beta1 release ? This issue should be fixed. Let me know if it works for you.
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 Article