New Post: Dealing with "prompts"
@All, Well, Codeplex hosed that reply up pretty well. Let me know if the A & B pointers are confusing... Also, buried in the above is a subtle 'cry for help' if anyone out there has gotten big data...
View ArticleNew Post: Server String is null or empty
@JamesTow, I use both MySQL and SQL Server, but never the migration tool SSIS... But I have written lots of code against these databases that connect directly on 3306, and it isn't SSH. It's just plain...
View ArticleNew Post: Dealing with "prompts"
BogusException wrote: @Festive,[Yes, I write in both, and Java, and Perl, and... so no nasty comments; Just using the right tool for the job] Ah Java :) she was my first. I completely agree, use the...
View ArticleNew Post: Dealing with "prompts"
@Festive, I'm far from perfect with this library. If you find a sure-fire way to make asynch.IsComplete() work, I'm your disciple! Frankly, my suspicion is that SSH, or any client in a 'shell'...
View ArticleNew Post: Dealing with "prompts"
Well I thought id made progress, but apparently using the ShellStream fudges up creating a command and trying to read the result. If I create a stream and then use: result = resultStream.ReadToEnd();...
View ArticleNew Post: Dealing with "prompts"
Ive managed to get a version of this working quite robustly, when i've tested it enough i'll post it here! :) Jelly
View ArticlePatch Uploaded: #16641
xin_scott has uploaded a patch.Description:When the case in the Program.cs, Encrypt method will throw a exception.I have fix the issue successfully:)
View ArticleNew Post: How to retrieve stdout & stderr both from Invoke-SshCommand
Hello, I'm running the invoke-sshcommand cmdlet and I can't seem to get both pipes. Invoke-sshcommand seems to return one or the other. If I expect output from stdout only, I get it. If I expect output...
View ArticleNew Post: How to retrieve stdout & stderr both from Invoke-SshCommand
This page is for the library only. Many PowerShell modules use it (including my own). You should check first with the author of the module how he coded the use of the library. Whose PowerShell module...
View ArticleNew Post: How to retrieve stdout & stderr both from Invoke-SshCommand
Darkoperator wrote: This page is for the library only. Many PowerShell modules use it (including my own). You should check first with the author of the module how he coded the use of the library. Whose...
View ArticleNew Post: How to use ShellStream class ?
Hi All, can someone please post code or reference a link for an example on how to use the ShellStream class ? I can attach to an SSH server, run some commands, display its results, but I need to go...
View ArticleCommented Unassigned: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View ArticleCreated Unassigned: Running a shell script with result - nohup: redirecting...
Hi Everyone!Need all of your help greatly to enlighten me on this issue. I have developed a automation tool to perform some daily task. But my application does not run the next command after it returns...
View ArticleNew Post: Need help with sending keypress / any workarounds.
Hi Everyone! Need all of your help greatly to enlighten me on this issue. I have developed a automation tool to perform some daily task. But my application does not run the next command after it...
View ArticleCommented Unassigned: System.NullReferenceException [2013]
Hi AllI have written a program that only downloads a part of the file using SFTP and adds it to the previously downloaded file. Basically resumes download.Program works perfectly except when I am...
View ArticleCreated Unassigned: SftpClient and SshClient usage (Renci.SshNet V2013.4.7.0...
Hi,Currently we are using Renci.SshNet V2013.4.7.0 dll for connecting to FTP host. But seems that it is working correctly if we map to a physical host but fails to connect if it is a logical Host.The...
View ArticleNew Post: Port Forwarding and Java application launch
Hello all, first of all thank you for this great community, I am learning a lot as I go. I am by no means a programmer by trade, I write code with a means to and end approach, and so any solution I...
View ArticleNew Post: Port Forwarding and Java application launch
I've gotten this to work with the older SharpSSH library. I also used TCPView from Microsoft to watch what happens when the connection are created. It seems that when the java application is launched...
View ArticleNew Post: Using Renci SSH.NET with Expect.NET?
Experts, I stumbled onto Expect.NET (NuGet here), and before I go crazy looking, have any of you used is with SSH.NET? I'm new to it, so I don't see how to 'attach' Expect to an SSH.NET session yet....
View Article