File: control

package info (click to toggle)
linux-ftpd-ssl 0.17.36%2Breally0.17-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,524 kB
  • sloc: ansic: 3,875; yacc: 1,379; sh: 52; makefile: 48
file content (23 lines) | stat: -rw-r--r-- 880 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
22
23
Source: linux-ftpd-ssl
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: bison, debhelper (>= 10~), libpam0g-dev | libpam-dev, libssl-dev, cmake
Standards-Version: 3.9.8

Package: ftpd-ssl
Architecture: any
Depends: openbsd-inetd | inet-superserver, libpam-modules, openssl, ${shlibs:Depends}, ${misc:Depends}
Provides: ftp-server
Conflicts: ftp-server
Description: FTP server with SSL encryption support
 This is the netkit ftp server with encryption support.
 .
 ftpd-ssl replaces normal ftpd using SSL authentication and encryption.
 It interoperates with normal ftp.
 It checks if the other side is also talking SSL, if not it falls back
 to normal ftp protocol.
 .
 Advantages over normal ftp(d): Your passwords and the data you send
 will not go in cleartext over the line. Nobody can get it with
 tcpdump or similar tools.