Search code examples
c#visual-studio.net-assemblysharpssh

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 file).

1.) DiffieHellman.dll 2.) Org.Mentalis.Security.dll 3.) Tamir.SharpSSH.dll

I need to add these as Referece to the project. I need to know which one of these .DLL files i need to add as Reference to the project.

And also can you let me know how i should add References to my C# project.

Note: what i want to do is to upload, download file from a FTP site through SFTP connection.


Solution

  • If you want to add a reference you your project, right click and select Add Reference and navigate to the respective dll(s).