简体   繁体   English

添加DLL作为对我的SharpSSH C#项目的引用

[英]Adding DLL as a reference to my SharpSSH C# project

I have downloaded SharpSSH Binaries from the link . 我已经从链接下载了SharpSSH Binaries。 When i extracted it i found 3 .DLL files (and also a EXE file). 当我提取它时,我发现了3个.DLL文件(还有一个EXE文件)。

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

I need to add these as Referece to the project. 我需要将这些作为Referece添加到项目中。 I need to know which one of these .DLL files i need to add as Reference to the project. 我需要知道我需要添加哪个.DLL文件之一作为对项目的Reference

And also can you let me know how i should add References to my C# project. 而且您还可以让我知道如何将References添加到我的C#项目中。

Note: what i want to do is to upload, download file from a FTP site through SFTP connection. 注意:我要执行的操作是通过SFTP连接从FTP站点上载,下载文件。

如果要添加参考,请右键单击并选择“ Add Reference ,然后导航到相应的dll。

我知道这是一个相当老的问题,但是我们仍然使用SharpSSH库,您需要引用的唯一dll是Tamir.SharpSSH.dll ,其他2个dll将自动包含在内。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM