New Post: Cannot find message [/myfiletoupload.csv]
Hello, I used the source code instead of the nuget package so I could debug the project and change things I needed to make it work. It's been a long time, Hope it helps.
View ArticleNew Post: Cannot find message [/myfiletoupload.csv]
Thanks. I ended up changing my code to use the fileUpload method instead - which worked.
View ArticleNew Post: how to pass special chars in passwords ?
One user has special chars in its Cisco's enable password (ï alias \357) Freeradius accepts it in the escaped style \357 but Ssh.net sends it directly and then is rejected It works with Putty or...
View ArticleNew Post: SshOperationTimeoutException and SshConnectionException continue to...
Hello, I am currently working on a project that must download, edit and then upload a file from an sftp server. To achieve this, I am using this library. As well as this, the file on the sftp is...
View ArticleNew Post: Files archiving to different location
Hello, If i want to move the files which are older than 5 days to different SFTP location, How i can achive using renci.ssh.net? Thanks in advance. Regards, Nagdeep. K.N.
View ArticleNew Post: Does SSH.NET use .NET System.Security.Cryptography classes or...
Does SSH.NET library use .NET System.Security.Cryptography classes or implement its own Crypto classes ?
View ArticleNew Post: Does SSH.NET use .NET System.Security.Cryptography classes or...
We implement our own hashing and crypto classes, but we intend to use the BCL (System.Security.Cryptography) classes for those target framework where they are available. As of the 2016.0.0 release, we...
View ArticleNew Post: Disposing client without disconnecting
What is the best practice between these two examples? Does it make sense to put the Disconnect() in a finally block to ensure it is always called or is it acceptable to simply allow dispose to close...
View ArticleNew Post: stty:: Invalid command error reported as error while trying to run...
Hi, We use Renci SSH library to communicate with a solaris server. I observe that for any command it reports an error stty::Invalid command but the ExitStatus is always 0...meaning that command was...
View ArticleNew Post: tnsping is not working via SSH.net dll
I have a requirement to run a .ksh file via .NET. For SSH the unix I'm using the SSH.NET dll. I'm able to successfully connect to the unix box and run commands. But when the .ksh file tries connecting...
View ArticleNew Post: Issue with command result output
Hi There I am using SSH.NET package to ssh to the linux box and run command on it in the following way:using (var sshClient = new SshClient(Connection)) { var command =...
View ArticleNew Post: Connecting Linux machine hosted on AWS Cloud
I am new to AWS. Through .net c# code using SSH.Net, can we connect a Linux machine and invoke a jar file on AWS Cloud? We have done a lift and shift, just wanted to know if SSH.Net has the capability...
View ArticleNew Post: Cannot use RSA key generated by PuTTYgen
Sharing the solution by answering my own question... The solution is: generate the key with MobaXterm's generator, and use the "Export OpenSSH key" (not"Export OpenSSH key (force new file format)"...
View ArticleNew Post: HOW TO: Use SSH.NET in Visual Studio 2008 Professional and .NET...
I have a Visual Studio 2008 project in C# with .NET Framework 3.5 and I would like to use this library but I do not know what package I have to download. There are 3 branches, developer, master and...
View ArticleNew Post: HOW TO: Use SSH.NET in Visual Studio 2008 Professional and .NET...
You should be able to download the source, and build from there - you'll want the Renci.SshNet.NET35 project which will open in VS2008 OK - you will need to make a few minor changes to get it to build,...
View ArticleNew Post: Minimum version required for SHA-256
I have the SSH.NET library 4.0.30319 and I want to make sure this version will support SHA-256, or if there is a newer version I need.
View ArticleNew Post: Minimum version required for SHA-256
Also, if the version we have does support SHA-256 what special settings do we need to have to make it work?
View ArticleNew Post: SftpClient connect exception "No existing connection"
Hello I did a small program, below, that does a SftpClient connect call When I run the program on a Windows 10 PC that I have administrator permissions, all works built with Visual Studio 2015 When I...
View ArticleNew Post: Missing wiki page:...
Hello, The documentation on the following page seems to be missing: https://sshnet.codeplex.com/wikipage?title=https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0 I found the link on this page:...
View ArticleNew Post: Error uploading
I am receiving error "The requested operation failed". This code is being successfully used by another development group in our company but I am not able to get it to work. The code is connecting to...
View Article