1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: proftpd
Section: net
Priority: extra
Maintainer: Johnie Ingram <johnie@debian.org>
Standards-Version: 3.1.1.1
Build-Depends: mysql-dev, libpam-dev, debhelper, zlib1g-dev
Package: proftpd
Architecture: any
Depends: netbase (>= 2.0), ${shlibs:Depends}, perl | perl5
Conflicts: wu-ftpd, wu-ftpd-academ, ftp-server
Provides: ftp-server
Description: Versatile, virtual-hosting FTP daemon
A powerful replacement for wu-ftpd, this File Transfer Protocol
daemon supports hidden directories, virtual hosts, and per-directory
".ftpaccess" files. It uses a single main configuration file, with a
syntax similar to Apache.
.
Because of the advanced design, anonymous-FTP directories can have
an arbitrary internal structure (bin, lib, etc, and special files are
not needed). Advanced features like multiple password files and
upload/download ratios are also supported.
.
More information can be found at http://www.proftpd.net/.
|