New Post: Simple input/output to a connected server
Hello all. I have a server that, on connection with a private key, runs a custom command (ie no shell, nor any pseudo-TTY allocation is required) that expects UTF-8 encoded text, multiple lines until a...
View ArticlePatch Uploaded: #17494
Corillian has uploaded a patch.Description:Line 127 in PseudoTerminalInfo.cs incorrectly serializes this.Rows a second time instead of this.PixelWidth. I've uploaded a new file with the fix.
View ArticleNew Post: What are the list callbacks?
I'm trying to implement a function similar to the ListDirectory function for SftpClient, but that is capable of listing the contents of sub-directories as well. I noticed that the signature for...
View ArticleNew Post: How to get response stream from server
Hello All, I have server application running on linux and using SSH.Net as client. Server application is listening on localhost and port 9001. After providing credential I am able to connect server...
View ArticleCreated Unassigned: The output thread in Shell.Start() is not properly...
The output thread within Shell.Start() is not properly synchronized. Specifically the call to EventWaitHandle.WaitAny() is waiting until the asynchronous BeginRead() operation is finished which occurs...
View ArticlePatch Uploaded: #17498
Corillian has uploaded a patch.Description:Issue 2675:The output thread within Shell.Start() is not properly synchronized. Specifically the call to EventWaitHandle.WaitAny() is waiting until the...
View ArticleCreated Unassigned: Not possible to delete a Symbolic Link with SftpClient...
I created a Symbolic Link with SftpClient.SymbolicLink but I found no method to delete it. SftpClient.Delete or SftpClient.DeleteDirectory does not work for Symbolic Links. A new method...
View ArticleCreated Unassigned: SOCKS Proxy - Port is wrongly written to socket [2680]
Hi,The port to write to socket should be masked and bit shift instead of dividing and modulus.// Send port//SocketWriteByte((byte)(ConnectionInfo.Port /...
View ArticleReviewed: 2014.4.6-beta2 (May 13, 2015)
Rated 5 Stars (out of 5) - Great stuff. Straightforward and easy to use.
View ArticleNew Post: SshOperationTimeoutException trying to start a service on remote...
Ok, so I may have some more insight to this issue (finally), if you have a moment to confirm or deny what I am seeing/assuming: Most of my commands run a command and exit without spawning any child...
View ArticleCreated Unassigned: [URGENT]Renci.SshNet for .Net Compact Framework 3.5 [2681]
Hi,I remember seeing this somewhere and downloading a DLL for the same, but can find it now.Is Renci.SSHNet supported for .Net Compact Framework 3.5? If Yes, can anyone provide pointers for the DLL...
View ArticleCreated Unassigned: Not executing file manipulation commands using ssh.net...
My code uses ssh.net library to connect to windows server. It is working well when I access running exe, start and stop those exe but it gives me error "AllowDesktopAccess failed.Unable to execute...
View ArticleNew Post: Not executing file manipulation commands using ssh.net library
My code uses ssh.net library to connect to windows server. It is working well when I access running exe, start and stop those exe but it gives me error "AllowDesktopAccess failed. Unable to execute...
View ArticleNew Post: ksh not found when executing command using the sshCommand.Execute
Hello, I'll appreciate your help with the following issue. i am trying to execute command using the following syntax : SshCommand command = cSSH.CreateCommand("isql -Uun -Ppass...
View ArticleNew Post: Causes of "Server response does not contain SSH protocol...
Hello, Does anyone ever ran into the "Server response does not contain SSH protocol identification" error? What can cause that? I'm using the library in a website to transfer file to another server...
View ArticleNew Post: changing users command
hello, I'll really appreciate some help in the following issue: i am trying to run some isql scripts using SSH. how can I change the user to be superuser? (comand: su -) ?
View ArticleNew Post: Documentation Empty
Hi, i've downloaded the SshNet.Help.chm but when i open... no item have text. I see the documentation structure, but no text. Any known issue ? I'm using windows 8.
View ArticleNew Post: Documentation Empty
forget it... i've missed the Unblock-file on powershell. Thanks ;)
View ArticleNew Post: Identifying that a command has finished (ShellStream)
21region wrote: We have solved our local problem (as far as I understand, it is not a general solution) by adding into source code overloaded version of RunCommand(, Action<>...
View ArticleNew Post: Stability while in beta; "stable" timeframe
Any further progress on this? Its tempting to create a fork on github as there would be much more involvement and community contributions. I have hit a bug in latest stable that has been fixed in beta2...
View Article