New Post: VB.NET Framework 3.5 and Renci ssh - keep session open
Ah, that's a shame as I want to log into an ssh session and pass multiple db2 commands based on an original db2 query. I can do it and store it in a variable but it means multiple log ins and this is...
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
You understand me wrong. My solution works fine for your question. You don't have to relogin for every command. Open the session, login and run your commands.But if your commands need the same shell...
View ArticleClosed Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: drieseng ** SftpClient.cs: public bool Exists(string path) { CheckDisposed(); if...
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
Hi da_rinkes, I have a similar problem how can i access the SSHCLIENT in my C# different forms. Am i supposed to open new connection in each form, or how that works please help me. Thanks, Avinash
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: spidercode ** Ok thank you @drieseng for providing the updated modifications.
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: spidercode ** In which version it will be updated ? or Is it possible for you to consider this...
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
avinashav wrote: Hi da_rinkes, I have a similar problem how can i access the SSHCLIENT in my C# different forms. Am i supposed to open new connection in each form, or how that works please help me....
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
avinashav,I understand your problem. But your question (without knowing what you are trying to do) sounds almost like:Q: "How do I build a house?"I mean, Renci is like a wrench in your toolbox as you...
View ArticleNew Post: SSH-2 private key
I need to connect using sftp utilizing private key. The key file is created using SSH-2 client. I get "Invalid private key file." error message. I just want to confirm if SSH-2 keys are supported!! if...
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
Hi BogusException, Thanks alot for your concern, really your response is a positive boost for me. I am new to programming, was bit confused..!!! Thanks alot, I will use those websites for learning....
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
Yeah, right. I'm the bad boy here, telling you the truth and also helped you with some basics... how unfriendly, I'm a really terrible person! :/ Trying to hijack threads, open issues and discussions...
View ArticleCreated Unassigned: How to read linux cmd output all lines [1963]
Hi,I am using SSH.Net library to connect linux server and executing some cmds. I am trying to read the out put of the command like below.. but it is returning only first row of the result. If I ran the...
View ArticleClosed Unassigned: Maintain connection through different forms [1961]
I am using : client = new SshClient(res.host, int.Parse(res.port), res.user, res.password); _client.connect(); in __FORM1__ after successful authentication I want to execute commands in __FORM2__: Just...
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
@da_rinkes: I'd hate to lose you over this, and I'm sure all members of this little community share this feeling. Please contact me if you want to discuss this further.
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
Wow guys, come on, let's not get out of hand here, it's a forum where people's words can be taken out of context quite easily. @avinashav... Don't get upset over the simplest thing or you'll never do...
View ArticleSource code checked in, #35478
Renamed ChannelAsyncResult.cs to CommandAsyncResult.cs to match name of class. Removed command argument from CommandAsyncResult as its never used.
View Article