New Post: Current Working Directory and Upload-Download File Operations
If I use the "Change Directory" command, to set the current working directory, with the File Exists, Rename, or Delete file operations the commands honor the current working directory and find the file...
View ArticleNew Post: SSH Key generation
Hi, Does SSH.NET can generate keys? I'll be glad to have a demo code. Thanks.
View ArticleNew Post: List Directory Command - No Wildcard Support ?
The List Directory command doesn't appear to support wildcards. So for instance if I want all the files with a "CSV" extension in the current working directory "*.csv" I get a "No Such File." error...
View ArticleNew Post: Can SSH.NET work with RSACryptoServiceProvider?
Can SSH.NET work with RSACryptoServiceProvider? I'm trying to figure out how SSH.NET and RSACryptoServiceProvider work together. Specifically, if I use RSACryptoServiceProvider, how can I use it's blob...
View ArticleNew Post: Deleting causes errors
Hello, I am implementing a function that is used for cleaning up data. It basically tries to delete a file and then delete its parent folder, as long as it is empty. Therefore, I'm using the following...
View ArticleNew Post: Deleting causes errors
Actually, I'm trying to figure out what the path should be that I provide into the Exists call. It seems that's what choking. I'm giving it: /abc/dadada/XYZ/20130807/Num_1310000840_Id_1190172.xml...
View ArticleNew Post: How to use SshNet with https
How to use SshNet with https. Ex: https://www.google.com Please help me. Thank !
View ArticleNew Post: Strong name
I also agree that it'd be nice for you to sign the assembly so we could just download the binary and not have to keep a copy of the source.
View ArticleNew Post: SCP from non-root to root
Hello, I'm looking for a way to do a scp when I cannot be directly connected in root. SCP works fine with initial login (non-root) and password, the problem is that I need to access a directory that is...
View ArticleNew Post: How to use SshNet with https
I know, this is lib for SSH, but i wan't use SSH with https.
View ArticleNew Post: How to use SshNet with https
Please explain exactly what you want to achieve.
View ArticleNew Post: Specific command doesn't work
I ended up writing and reading directly from the shell stream (using SshClient.CreateShellStream()) and playing with Expect() to get and parse the output I need. Thanks a lot for the help :)
View ArticleNew Post: How to use SshNet with https
I wan't using SSH request connect "https://www.google.com". I have send data with port 443 but sever report error !
View ArticleNew Post: How to use SshNet with https
You know what SSH is and does? What you want is not possible, since https is not SSH, it's SSL... And please provide your code, since I don't get what you want to achieve and your explanation is quite...
View ArticleNew Post: Parallel Download
Hi, I am very new to SSH.Net. I need to download multiple files within single connection opened. Please let me know how to achieve this. I have tried this by implementing Parallel.ForEach statement,...
View ArticleNew Post: ForwardedPortLocal Work on Linux, but refused by server 10054 with...
I tested forwardedPortLocal function very successfully with My CentOS and fedora without any errors. But When I try it with AIX 6.1 , seems SSH connected well and forwardedport.Start() with no error,...
View ArticleNew Post: new SshClient Exception on Synology
Hi, Can you help me please ? Client Win7 SHH on NAS Synology DS109+ enabled Putty works (also localportforwarding) code:var connectionInfo = new PasswordConnectionInfo("192.168.2.66", "root",...
View ArticleNew Post: new SshClient Exception on Synology
Whats the exception? Where is the code where the exception occurs."Error starts here <<<" is not valid C-Sharp-Code ;)
View Article