⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 about.html

📁 一个利用Java语言实现的ftp程序
💻 HTML
字号:
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<title>FTP Server</title>
</head>

<body bgcolor="#FFFFFF">

<h1 align="center"><font size="6" face="Arial" color="#663300"><i>FTP Server</i></font></h1>
<p align="center"><font face="Courier" color="#663300"><a href="http://www.mycgiserver.com/~ranab">Rana Bhattacharyya</a>(<a href="mailto:rana_b@yahoo.com">rana_b@yahoo.com</a>)</font></p>
<p align="left"><font face="Arial">This is a fully featured FTP server written 
  in Java. It is an implementation of <a href="http://www.w3.org/Protocols/rfc959/">RFC 
  959</a>. The design is really modular and the server is fully customizable. 
  Using it you can share files over the Internet. This server is now a part of 
  <a href="http://www.apache.org/">Apache</a> <a href="http://jakarta.apache.org/avalon">Avalon</a> project.</font> 
<p align="left"><b><font face="Arial">Notes:</font></b> 
<ul>
  <li><font face="Arial">100% pure Java, open source resumable FTP server!!!</font></li>
  <li><font face="Arial">Multi platform support and multithreaded design.</font></li>
  <li><font face="Arial">User virtual directory, write permission, idle time-out and upload/download bandwidth limitation support.</font></li>
  <li><font face="Arial">You can monitor all the user activities.</font></li>
  <li><font face="Arial">Anonymous login support.</font></li>
  <li><font face="Arial">Handles both ASCII and binary data transfers.</font></li>
  <li><font face="Arial">Both upload and download files are resumable.</font></li>
  <li><font face="Arial">IP restriction support. You can use a limited set of regular expressions (*?[^-]) to specify the allowed/banned IPs.</font></li>
  <li><font face="Arial">The server reloads the user data at a regular interval if necessary.</font></li>
  <li><font face="Arial">Database and LDAP can be used to store user data.</font></li>
  <li><font face="Arial">Default users <i>admin/admin</i> and <i>anonymous</i> will be created by the server when you start it for the first time.</font></li>
  <li><font face="Arial">New user managers can be added very easily by overriding <i>ranab.server.ftp.usermanager.UserManager</i> class.</font></li>
  <li><font face="Arial">For better performance the server can be started without any user interface by executing <i>java ranab.server.ftp.FtpServer &lt;config file&gt;</i>.</font></li>
  <li><font face="Arial">You can encrypt the password in property file based user manager by specifying FtpServer.server.config.prop.encrypt key. The encryption algorithm is MD5.</font></li>
  <li><font face="Arial">Database based user manager will try to create the user table FTP_USER if not found. You can create it manually by executing apps/ftp/conf/ftp-db.sql file. I have tested it using MySQL and Oracle database.</font></li>
  <li><font face="Arial">If you want to use LDAP to store and authenticate user, you need to change the LDAP schema and the config file. The schema file is ftp-db.ldif. I have tested it using Netscape LDAP (version 4.1).</font></li>
  <li><font face="Arial">Supports SITE commands. Use <code>SITE HELP</code> to get the available commands.</font></li>
  <li><font face="Arial">Tested with different FTP clients like 
      <a href="http://www.microsoft.com/windows/ie/">Internet Explorer</a>, 
      <a href="http://www.netscape.com/">Netscape Navigator</a>, 
      <a href="http://www.globalscape.com/">cuteFTP</a>, 
      <a href="http://www.smartftp.com/">SmartFTP</a>, 
      <a href="http://stud.fh-heilbronn.de/%7Ejdebis/leechftp/">LeechFTP</a>,
      <a href="http://http://www.ipswitch.com/">WsFTP</a> etc.</font></li>
  <li><font face="Arial" color="red">If you are using property file based user manager, make sure that the user property file is not accesible by the FTP users.
      Otherwise it will be a security problem. Keep it below the user virtual root directory.</font></li>
</ul>

<p align="left"><b><font face="Arial">License:</font></b></p>
<pre><font size="1">
 ============================================================================
                   The Apache Software License, Version 1.1
 ============================================================================

 Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.

 Redistribution and use in source and binary forms, with or without modifica-
 tion, are permitted provided that the following conditions are met:

 1. Redistributions of  source code must  retain the above copyright  notice,
    this list of conditions and the following disclaimer.

 2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

 3. The end-user documentation included with the redistribution, if any, must
    include  the following  acknowledgment:  "This product includes  software
    developed  by the  Apache Software Foundation  (http://www.apache.org/)."
    Alternately, this  acknowledgment may  appear in the software itself,  if
    and wherever such third-party acknowledgments normally appear.

 4. The names "Jakarta", "Apache Avalon", "Avalon Framework" and
    "Apache Software Foundation"  must not be used to endorse or promote
    products derived  from this  software without  prior written
    permission. For written permission, please contact apache@apache.org.

 5. Products  derived from this software may not  be called "Apache", nor may
    "Apache" appear  in their name,  without prior written permission  of the
    Apache Software Foundation.

 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  THE
 APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
 INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
 DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; LOSS
 OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND ON
 ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR TORT
 (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

 This software  consists of voluntary contributions made  by many individuals
 on  behalf of the Apache Software  Foundation. For more  information on the
 Apache Software Foundation, please see &lt;http://www.apache.org/&gt;.
</font></pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -