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
|
Source: ftplib
Section: libs
Priority: optional
Maintainer: Richard Braakman <dark@xs4all.nl>
Standards-Version: 2.4.1.0
Package: ftplib3
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: ftplib
Replaces: ftplib
Description: Library of callable ftp routines
Ftplib presents a convenient C interface for the standard File
Transfer Protocol (FTP). It makes it easier for programmers to
use file transfer in their programs.
Package: ftplib-dev
Section: devel
Architecture: any
Conflicts: ftplib
Replaces: ftplib
Depends: ${shlibs:Depends}, ftplib${soname} (= ${Source-Version})
Description: Library of callable ftp routines (development)
Ftplib makes it easier for C programmers to use file transfer in their
programs. This package is required to compile and link programs that
use ftplib. It includes an example command line utility for
transferring files via ftp (RFC959).
|