I\'m using SharpSSH to connect to an SSH server and I\'ve tried using both SshShell and SshExec. I need to be able to take a series of commands and send them to the server in order, so SshShell doesn\
I开发者_如何学Python\'m messing around with Tamir.SharpSsh and wanted to see if it was possible to use it to implement a console SSH client fully in C#.I do not mean something like putty where it\'s a
I\'m writing an application that allows me to up- and down开发者_开发技巧load files from a remote server. I\'m using sftp as my transfer protocol and i need to list all files and directory\'s into a l
When Using SharpSSh and the SshExec class, I can\'t get the RunCommand to work, it always returns an empty string. When I d开发者_StackOverflow社区ebug the SharpSsh library it returns -1 when it tries
I want to run a command using ssh. I am using the SharpSSH library, as in this example: using System; using Tamir.SharpSsh;
How to delete a file from a SFTP server us开发者_如何学Pythoning Tamir Gal\'s SharpSSH? I have been able to accomplish other functionality but deletion.The SshExec class didn\'t work for me, but a lit
How can I get a Stream object to read the file that is on SFTP share? I see that there is functionality to download 开发者_C百科a file from SFTP using Sftp class, but I need a Stream object to be abl
Afternoon all, I\'m having a small problem with the SharpSSH library for .Net (see http://www.tamirgal.com/blog/page/SharpSSH.aspx)