Commented Unassigned: lsnrctl: command not found issue [1874]
Hi,I am facing issue while trying to run a command on a remote server using renci.dllThe error is as below bash: lsnrctl: command not found and command used as -lsnrctl status | egrep -i...
View ArticleCreated Unassigned: Incorrect handling of SocketException in...
In SocketRead() in Session.NET.cs there's a dubious handling of SocketExceptions. This is what the original code looked like:``` catch (SocketException exp){ if (exp.SocketErrorCode ==...
View ArticleCommented Unassigned: Closing forwarded ports does not work [1867]
Dear all,I use PuTTy with the following settings for port forwarding which works fine:putty.exe -ssh user@hostname -L 5555:localhost:5555 -L 5554:localhost:5554 -N -pw passwordNow I want to do this...
View ArticleCreated Unassigned: 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 ArticleCommented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: sscoder **...
View ArticleCommented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: oeriksen **...
View ArticleCommented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: sscoder **...
View ArticleCommented Unassigned: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.Comments: ** Comment from web user: djpirra ** I am having the same issue.Did anyone looked into it? Can this be...
View ArticleCreated Unassigned: SCPClient hangs (downloading) when connections problem...
SCPClient hangs (downloading) when connections problem occurred on Version: 2013.4.7Simple way of reproduction:1. Remove scp (/var/bin/scp) from remote mashine.2. Try to download some file from this...
View ArticleCreated Unassigned: SCPClient hangs (downloading) when connections problem...
SCPClient hangs (downloading) when connections problem occurred on Version: 2013.4.7Simple way of reproduction:1. Remove scp (/var/bin/scp) from remote mashine.2. Try to download some file from this...
View ArticleCommented Unassigned: SSHNET Issue [1789]
I want to use SSH.Net library in my visual studio 2010 project for that i need to refer SSHNET project as a example. but the SSHNET project which i download from link https://sshnet.codeplex.com/ by...
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 ArticleReopened Issue: Error: Message type 52 is not valid [652]
I run a bunch of threads (max 30) which all create a client and connect to the same server, and run a few commands.All the clients use the same ConnectionInfo object to connect. The following exception...
View ArticleCommented Issue: Error: Message type 52 is not valid [652]
I run a bunch of threads (max 30) which all create a client and connect to the same server, and run a few commands.All the clients use the same ConnectionInfo object to connect. The following exception...
View ArticleReopened 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 ArticleEdited 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 ArticleCommented Unassigned: SftpClient.WriteAllText saving wrong text. [1783]
I am using SshNet to update a text file on a Raspberry Pi server, running Raspbian. The server is running vsftpd as the FTP server. The user modifies some text in the application (which was downloaded...
View ArticleCreated Issue: IsConnected returns true when sshd has closed connection or...
Currently, The IsConnection property (on BaseClient) returns true even when:* the server has shut down the ssh connectionTo reproduce:1. Create a connection (eg using SftpClient)2. Kill sshd process on...
View ArticleCommented Issue: IsConnected returns true when sshd has closed connection or...
Currently, The IsConnection property (on BaseClient) returns true even when:*** the server has shut down the ssh connectionTo reproduce:1. Create a connection (eg using SftpClient)2. Kill sshd process...
View ArticleCommented Issue: GlobalRequestMessage bug [1295]
Version 17229, file \Messages\Connection\GlobalRequestMessage.cs, line 86: Should the default switch case be a return instead of a break? I am receiving a "keepalive@openssh.com" message which results...
View Article