ftpserver-1.0.0-src

所属分类:Java编程
开发工具:Java
文件大小:628KB
下载次数:27
上传日期:2009-08-04 11:17:34
上 传 者qq52168
说明:  Apache FtpServer是一个100 %纯Java的FTP服务器。它被设计为一个基于现有开放式协议基础上,完整,小巧的FTP服务器引擎解决方案。此外,FtpServer还可以作为Windows服务器、Unix / Linux后台程序或是被嵌入在Java应用程序而独立运行。
(Apache FtpServer is a 100 pure Java' s FTP server. It is designed as an agreement based on the existing basis of an open, complete, compact solution for FTP server engine. In addition, FtpServer also can be used as Windows Server, Unix/Linux daemon, or be embedded in Java applications to run independently.)

文件列表:
apache-ftpserver-1.0.0 (0, 2009-02-28)
apache-ftpserver-1.0.0\src (0, 2009-02-28)
apache-ftpserver-1.0.0\src\LICENSE (11358, 2009-02-28)
apache-ftpserver-1.0.0\src\NOTICE (449, 2009-02-28)
apache-ftpserver-1.0.0\src\distribution (0, 2009-02-28)
apache-ftpserver-1.0.0\src\distribution\res (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\res\conf (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\res\home (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\res\log (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\common (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\common\lib (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\common\classes (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\bin (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\src (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\src\main (0, 2009-02-21)
apache-ftpserver-1.0.0\src\distribution\src\main\assemblies (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api (0, 2009-02-28)
apache-ftpserver-1.0.0\src\ftplet-api\src (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\test (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\test\java (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\test\java\org (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\test\java\org\apache (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\test\java\org\apache\ftpserver (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\test\java\org\apache\ftpserver\ftplet (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\main (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\main\java (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\main\java\org (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\main\java\org\apache (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\main\java\org\apache\ftpserver (0, 2009-02-21)
apache-ftpserver-1.0.0\src\ftplet-api\src\main\java\org\apache\ftpserver\ftplet (0, 2009-02-21)
apache-ftpserver-1.0.0\src\examples (0, 2009-02-28)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war (0, 2009-02-28)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war\src (0, 2009-02-21)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war\src\main (0, 2009-02-21)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war\src\main\java (0, 2009-02-21)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war\src\main\java\org (0, 2009-02-21)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war\src\main\java\org\apache (0, 2009-02-21)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war\src\main\java\org\apache\ftpserver (0, 2009-02-21)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war\src\main\java\org\apache\ftpserver\example (0, 2009-02-21)
apache-ftpserver-1.0.0\src\examples\ftpserver-example-spring-war\src\main\java\org\apache\ftpserver\example\springwar (0, 2009-02-21)
... ...

The Apache FtpServer project team is proud to announce the release of Apache FtpServer, version 1.0.0 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. Release history -------------------------------------------------------------------------------- 1.0.0 -------------------------------- This is the first major release of FtpServer and we now recommend this version for production usage. The release contains a few minor bug fixes found since the last release candidate. 1.0.0-RC2 -------------------------------- The release contains fixes to a small set of bugs found in 1.0.0-RC1. 1.0.0-RC1 -------------------------------- This release focuses on stabilizing the code base and fixing reported bugs. No major additions or other improvements was included in this version. 1.0.0-M4 -------------------------------- The FtpServer API is now stabilized for the upcoming 1.0.0 release. The release also contains a large number of bug fixes and minor improvements as well as complete Javadoc documentation for our API. 1.0.0-M3 -------------------------------- This release fixes a number of bugs found since the release of 1.0.0-M2. We have also made some major improvements, especially to Ftplets which are now able to intercept any FTP command. 1.0.0-M2 -------------------------------- This is the very first release of Apache FtpServer. Known issues -------------------------------------------------------------------------------- * FtpServer.suspend() and Listener.suspend() might not work as expected on some platforms, e.g. Mac OS X (https://issues.apache.org/jira/browse/FTPSERVER-278)

近期下载者

相关文件


收藏者