File: control

package info (click to toggle)
atftp 0.7.git20120829-3.1~deb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 748 kB
  • sloc: ansic: 6,757; sh: 725; makefile: 86
file content (29 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (2)
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
Source: atftp
Section: net
Priority: extra
Maintainer: Ludovic Drolez <ldrolez@debian.org>
Build-Depends: libreadline-dev, debhelper (>= 8), po-debconf, libwrap0-dev, libpcre3-dev, autoconf, automake
Standards-Version: 3.9.8

Package: atftp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: advanced TFTP client
 Interactive client for the Trivial File Transfer Protocol (TFTP). Its
 usage is mainly for testing and debugging the Atftp server. TFTP client 
 is usually implemented in BIOS and bootstraps programs like pxelinux when
 booting from LAN. Atftp also supports non-interactive invocation for
 easy use in scripts.

Package: atftpd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, update-inetd, lsb-base
Recommends: inet-superserver
Conflicts: tftpd
Suggests: logrotate
Description: advanced TFTP server
 Multi-threaded TFTP server implementing all options (option extension and
 multicast) as specified in RFC1350, RFC2090, RFC2347, RFC2348 and RFC2349.
 Atftpd also supports multicast protocol known as mtftp, defined in the PXE
 specification. The server supports being started from inetd(8) as well as
 in daemon mode using init scripts.