本文主要是介绍Apache MINA包括(MINA、FtpServer、AsyncWeb 、SSHD ),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
前段时间无意中发现了 apache的FtpServer ,那时候记得还在 www.apache.org的首页上,今天上网站发现没了。搜索了一下才在首页的MINA的这个链接中找到,原来到这个下面了。链接地址是:http://mina.apache.org/ 。
下载:FtpServer 1.0.2后解压,打开readme文件。找到了这两段话:
The Apache FTP Server is a 100% pure Java FTP server. It's designed to be
a complete and portable FTP server engine solution based on currently
available open protocols. FtpServer can be run standalone as a Windows
service of Unix/Linux daemon, or as embedded into a Java application.
The default network support is based on Apache MINA, a high performance
asyncronous IO library.
It is also a FTP application platform. We have developed a Java API to let
you write Java code to process FTP event notifications that we call the Ftplet
API. Apache FtpServer provides an implementation of FTP server to support
this API.
我的英语水平有限,本人只看懂大概意思是:
FTPServer 是一个纯JAVA的FTP 服务器,它是一个完全灵活的基于当前有效开发的协议 FTP 服务引擎。 它可以作为一个单独的Windows 、Unix/Linux服务,或者嵌入到应用程序当中。默认网络支持 apache MINA,高性能的异步IO 库。
它也是一个FTP 应用程序平台。我们已经开发了JAVA API 让你写JAVA 代码去处理 FTP事件。注意,我们调用的是 Ftplet API . apache FtpServer 提供了FTP server的一个实现去支持这个API。
因为俺的Serv-U过期了,所以想到了前几天看到的这个服务器。想集成到俺的项目中。翻译的有点苦涩,见谅。看完apache有关FTP server的文档之后在写一篇完整的。
刚辞职,正在找工作,投了很多简历没有接到面试电话,真难啊。不过可以有时间看点东西了。:-)
这篇关于Apache MINA包括(MINA、FtpServer、AsyncWeb 、SSHD )的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!