File: control

package info (click to toggle)
netkit-ftp-ssl 0.17.34%2Breally0.17-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,724 kB
  • sloc: ansic: 6,606; makefile: 36; sh: 13
file content (26 lines) | stat: -rw-r--r-- 976 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
24
25
26
Source: netkit-ftp-ssl
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper-compat (= 10), libreadline-dev, libncurses-dev, libssl-dev, cmake

Package: ftp-ssl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
Breaks: ftp (<= 0.17-31)
Replaces: ftp (<= 0.17-31)
Provides: ftp
Description: FTP client with SSL or TLS encryption support
 ftp is the user interface to the ARPANET standard File Transfer Protocol.
 The program allows a user to transfer files to and from a remote network
 site.
 .
 ftp-ssl replaces normal ftp using SSL or TLS authentication and encryption.
 It interoperates with normal ftpd.
 It checks if the other side is also talking SSL or TLS, 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.