Download List

Project Description

Net::FTPServer is a full-featured, secure, extensible, and highly configurable FTP server which can serve files from a standard file system or a relational database. It is written in Perl, which provides natural protection against buffer overflows. It has feature parity with popular C-based servers such as wu-ftpd. The server offers virtual hosts (IP-based and experimental IP-less). It is configurable in Perl, for both small Perl "hacks" in the configuration file all the way up to complete server "personalities". It supports the latest RFCs and Internet Drafts. Authentication may be done through /etc/passwd, PAM or an authentication plug-in. Resource limits are supported. The server may run standalone or from inetd. chroot() jails are supported along with sophisticated programmable access control rules. All aspects of server use and configuration are comprehensively documented in a manual running to some 50 pages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-05-13 20:26
1.107

The "Full" personality now supports external
password files (optionally replacing the use of
PAM). A Debian package is now available.
Tags: Minor feature enhancements

2002-03-27 23:35
1.104

Tags: Minor feature enhancements

2001-10-28 23:24
1.102

This release includes structural enhancements which lead to the next stable
1.2x branch. It includes classes, extra hooks, advanced command filtering, more
testing, and a simplified back-end interface. A large roadmap document is also
included in this release.
Tags: Major feature enhancements

2001-09-18 23:03
1.100

This experimental (and unstable) release contains support for generating archives of files and directories on the fly. This can be used in the conventional way (eg. download "file.gz.uue" to get a uuencoded compressed version of "file"), or in several unconventional ways (eg. download "dir.list.gz" to get on the fly compressed recursive directory listing of "dir"). Numerous bugs have also been fixed. The unit/regression test suite has been extended even further.
Tags: Major feature enhancements

2001-08-28 03:46
1.031

The range of tests has been enhanced considerably (there are now over 400 unit tests and regression tests). Many minor bugs thus revealed have been fixed. Command line argument processing has been simplified and enhanced. Configuration options can now be specified on the command line as well as in the config file.
Tags: Minor feature enhancements

Project Resources