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
|
Source: ftp.app
Section: gnustep
Priority: optional
Maintainer: Federico Gimenez Nieto <fgimenez@coit.es>
Uploaders:
Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>,
Build-Depends:
debhelper (>= 11),
gnustep-make (>= 2.7.0-3),
libgnustep-gui-dev,
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/gnustep-team/ftp.app.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/ftp.app
Homepage: http://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).
|