0

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.

moribvndvs
  • 42,191
  • 11
  • 135
  • 149
Illep
  • 16,375
  • 46
  • 171
  • 302

2 Answers2

2

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

Gabe
  • 49,577
  • 28
  • 142
  • 181
0

I know this is a fairly old question but we still use the SharpSSH library and the only dll you need to reference is Tamir.SharpSSH.dll, the other 2 dll's will automatically be included.

Piers Myers
  • 10,611
  • 6
  • 46
  • 61