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 30 31
|
Source: ftp.app
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders:
Federico Gimenez Nieto <fgimenez@coit.es>,
Yavor Doganov <yavor@gnu.org>,
Build-Depends:
debhelper-compat (= 13),
dpkg-build-api (= 1),
gnustep-make (>= 2.9.2-2),
icnsutils,
libgnustep-gui-dev,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/gnustep-team/ftp.app.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/ftp.app
Homepage: https://www.nongnu.org/gap/ftp/
Package: ftp.app
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: File transfer protocol application for GNUstep
This is a file transfer application (RFC 765) featuring a compact and easy
interface. As most applications in GAP it tries to work on both GNUstep and
MacOS X and retain the utmost possible similarity among the two version to
ease working in both environments.
.
FTP supports different port arbitration modes: "default", standard "PORT"
(also known as active) and standard "PASV" (also known as passive).
|