如何在VB.NET中创建FTP客户端(如Filezilla) [英] How to create an FTP client in VB.NET(like filezilla)

查看:129
本文介绍了如何在VB.NET中创建FTP客户端(如Filezilla)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我需要在vb.net中创建Windows应用程序,例如FileZilla.在这里我可以获取源代码.


谢谢

Afsal

Hi
I need to create a windows application like FileZilla in vb.net. where i can get the source code for that.


Thanks

Afsal

推荐答案

请先尝试使用Google.顺便说一句,这里是一个很好的图书馆.

.NET 2.0的FTP客户端库 [ ^ ]
Try to Google first. BTW here is a good library.

An FTP client library for .NET 2.0[^]


除了解决方案1,还有很多可用的解决方案.继续阅读CodeProject文章:
http://www.codeproject.com/search.aspx?doctypeid=1&q= FTP +客户端 [ ^ ].

但是,要说的很清楚:.NET Framework本身捆绑了一个现成的类,可以完成所有工作.这是System.Net.FtpWebRequest:
http://msdn.microsoft.com/en-us/library/system.net. ftpwebrequest.aspx [ ^ ].

请参阅上面引用的文章中的简单代码示例.实际上,这就是您所需要的.

祝你好运,
—SA
In addition to the Solution 1, there are so many solutions you can use. Take the CodeProject articles along:
http://www.codeproject.com/search.aspx?doctypeid=1&q=FTP+client[^].

But, to make is quite clear: there is a ready-to-use class bundled with .NET Framework itself, to do it all. This is System.Net.FtpWebRequest:
http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx[^].

Please see the simple code sample in the article referenced above. In fact, this is all you need.

Good luck,
—SA


这篇关于如何在VB.NET中创建FTP客户端(如Filezilla)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆