1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: twoftpd
Section: net
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: bglibs-dev (>> 1.019-0), cvm-dev (>> 0.32-0)
Standards-Version: 3.6.1.0
Package: twoftpd
Architecture: any
Depends: ${shlibs:Depends}
Recommends: twoftpd-run, runit, ipsvd, cvm
Description: a simple secure efficient FTP server (programs)
This is twoftpd, a FTP server that strives to be secure, simple, and
efficient. None of the commands can cause execution of other programs,
and the normal model of execution does a chroot to the logged in user's
directory immediately after authentication.
.
The name "twoftpd" comes from the fact that there were two parts to the
server -- an authenticating front end, which contains no file or data
transfer code, and a back end, which contains all the data transfer
code.
.
This package contains the twoftpd programs.
Package: twoftpd-run
Architecture: all
Section: admin
Depends: twoftpd, runit (>> 0.11.2-0), ipsvd, cvm
Provides: ftp-server
Conflicts: ftp-server
Suggests: runit-run
Description: a simple secure efficient FTP server
This is twoftpd, a FTP server that strives to be secure, simple, and
efficient. None of the commands can cause execution of other programs,
and the normal model of execution does a chroot to the logged in user's
directory immediately after authentication.
.
This package sets up the twoftpd service to listen on 0.0.0.0:21, and
additionally provides a service directory to run an anonymous twoftpd
service.
|