New Post: Shell functionlity
supermanSC wrote: I'm trying to get this working on a Cisco 65xx switch, and can't seem to get past the enable password prompt. Oleg, if you're not familiar with Cisco, once you connect using the...
View ArticleNew Post: SFTP Keyboard Interactive Authentication
Hi, I'm trying to get files via sftp, but I can figure out which classes I need to use. At first I tried to connect by simply using an SftpClient object, like shown in an example I found using (var...
View ArticleCreated Unassigned: Remove Line Feed from WriteLine method in Shellstream...
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 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: deanis ** I...
View ArticleNew Post: Unable to show result if it has more than a line.
Hi, First of all thanks for developing such a great library for SSH. I am facing a problem whereby I am not able to show the result if I execute command such as "ls", which will return result with more...
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:...
View ArticleNew Post: No strong naming?
Is it possible to enable strong naming for this library in the NuGet package?
View ArticleNew Post: "Session operation has timed out" error?
Hi, I am trying to use this library to upload a file via SFTP, and it connects fine and even puts an empty file onto the SFTP server, but then it just sits there and eventually times out with a session...
View ArticleNew Post: "Session operation has timed out" error?
Any suggestions on what to try here? This same code works perfectly to a windows server using WinSSHD and also to a Linux server. But it fails when connecting to the server we need to connect to (which...
View ArticleNew Post: "Session operation has timed out" error?
Aha, finally found the issue! The core problem is the server we are connecting to is really, REALLY slow! I have no idea why it is so slow, but with the default buffer size of 16K, it times out trying...
View ArticleNew Post: "Session operation has timed out" error?
Hmm, the connection we are using to this server appear to be a T1, as it runs about 130KB per second. So it makes no sense that a 16K buffer transfer would cause a timeout? I think I will try different...
View ArticleNew Post: "Session operation has timed out" error?
Pretty sure at this point there is something totally screwy with EFT Server 6.1.0. Using FireFTP to upload files to their server takes about 1:20 to upload 6MB of data. When I change the buffer size in...
View ArticleCreated Unassigned: Random NullReferenceException during SFTP disconnect [1587]
Hi,I have a windows service which synchronizes through SFTP with custom specified intervals, it is installed on 3 machines with 3 different operating systems. On one machine an exception occurs...
View ArticleNew Post: Cannot make SshClient stop echo-ing
Hi, When I setup a connection to an SSH Server I see the commands I send later echoed back to me. How can I stop getting my commands echo'ed back to me? I use the following code, with variations.......
View ArticleNew Post: SSH.NET for Microsoft.Net 4.0
Hello, I would like to know can we implement SSH.NET library in the application without storing certificate in the code? Best Regards, Chetan Navale | chetan.navale@hotmail.co.in | +91-9373364792
View ArticleNew Post: Coding Problem
Hello Friend I am making a GUI for my vpn in visual basic and I am getting a problem when I am using ("perl something.pl" + somehting + something1 + something2) but when I am using ("perl something.pl...
View ArticleNew Post: Channel sessions not cleaning up (Avoiding Memory Leaks)
I have an application which requires very long term execution. It creates a series of SshCommand objects (Each with a specific command) then executes those (using command.execute()) once every few...
View ArticleNew Post: SSH through Proxy Problem
Hello guys, im trying to connect through a proxy to my SSH server but i get an exception: "Socket read operation has timed out". In the Java Console i can see that it is connecting to Proxy but cant...
View ArticleNew Post: No such File or Directory
The issues with this code snippet is that a user might not have the rights to do anything but scp. Calling the "cd" command will only raise an error. For my purposes, I created an additional method in...
View ArticleNew Post: Channel sessions not cleaning up (Avoiding Memory Leaks)
The code in SshCommand 2013.4.7 (EndExecute): public string EndExecute(IAsyncResult asyncResult) { if (this._asyncResult == asyncResult && this._asyncResult != null) { lock...
View Article