File: control

package info (click to toggle)
twoftpd 1.14-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,556 kB
  • ctags: 901
  • sloc: ansic: 6,685; makefile: 321; sh: 175
file content (21 lines) | stat: -rw-r--r-- 791 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: twoftpd
Section: net
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: twoftpd
Architecture: any
Depends: ${shlibs:Depends}, cvm
Suggests: ucspi-tcp, daemontools
Description: a simple secure efficient FTP server
 This is twoftpd, a new 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.