Top "Sharpssh" questions

SharpSSH is a .NET framework library for connecting to and retrieving files from an SSH/SFTP server.

SharpSSH jsch Algorithm negotiation fail

I use SharpSSH .NET library for SFTP. http://www.tamirgal.com/blog/page/sharpssh.aspx When I try to connect …

.net ssh sftp sharpssh
How to delete a file from a SFTP server programmatically using SharpSSH?

How to delete a file from a SFTP server using Tamir Gal's SharpSSH? I have been able to accomplish other …

c# .net sftp sharpssh
Sharpssh directory listing

I'm writing an application that allows me to up- and download files from a remote server. I'm using sftp as …

c# sftp sharpssh
SharpSSH invalid privatekey

I use SharpSSH to connect to a stfp-server. This for I need to add a privatekey-file like this: sftp.AddIdentityFile(…

c# sftp private-key sharpssh
Upload Download files from FTP site using SFTP

I need to know a way to connect to a FTP site through SFTP. I am using SharpSSH and i …

c# ftp sftp sharpssh
Tamir.SharpSsh Could not load file or assembly 'DiffieHellman

private void OVConnection() { try { //Create a new JSch instance JSch jsch = new JSch(); this.Dispatcher.BeginInvoke(new Action<Status&…

c# ssh sharpssh
System IOException Stream Read End with Sharp SSH

I'm currently facing a really strange problem in one of my projects. I've implemented Tamir Gal's Sharp SSH Library in …

c# ssh sftp sharpssh
Adding DLL as a reference to my SharpSSH C# project

I have downloaded SharpSSH Binaries from the link. When i extracted it i found 3 .DLL files (and also a EXE …

c# visual-studio .net-assembly sharpssh