diff options
author | Michele Calgaro <[email protected]> | 2019-04-03 23:02:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-04-03 23:02:46 +0900 |
commit | fcad8b8d150fb9f508973e3044a103de74ec3877 (patch) | |
tree | ca34a8cf3bfbe08335d40c47863b4901e1d19609 /ubuntu/_base/applications/kftpgrabber/debian/control | |
parent | 5d8ed1fab813d86b04383f7fcf8ab2c994cbea30 (diff) | |
download | tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.tar.gz tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze and maverick).
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/kftpgrabber/debian/control')
-rw-r--r-- | ubuntu/_base/applications/kftpgrabber/debian/control | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/kftpgrabber/debian/control b/ubuntu/_base/applications/kftpgrabber/debian/control new file mode 100644 index 000000000..2f32adb10 --- /dev/null +++ b/ubuntu/_base/applications/kftpgrabber/debian/control @@ -0,0 +1,35 @@ +Source: kftpgrabber-trinity +Section: tde +Priority: optional +Maintainer: Debian TDE Extras Team <[email protected]> +Uploaders: Fathi Boudra <[email protected]>, Mark Purcell <[email protected]>, Michael Meskes <[email protected]> +Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, automake, libtool, tdelibs14-trinity-dev, docbook2x, docbook-xml +Standards-Version: 3.8.3 +Homepage: http://www.kftp.org + +Package: kftpgrabber-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: ftp client for TDE + KFTPgrabber is a graphical FTP client for the Trinity Desktop Environment. It + implements many features required for usable FTP interaction. + . + Feature list: + - Multiple simultaneous FTP sessions in separate tabs + - A tree-oriented transfer queue + - TLS/SSL support for the control connection and the data channel + - X509 certificate support for authentication + - FXP site-to-site transfer support + - One-time password (OTP) support using S/KEY, MD5, RMD160 or SHA1 + - Site bookmarks with many options configurable per-site + - Distributed FTP daemon support (implementing the PRET command) + - Can use Zeroconf for local site discovery + - Bookmark import plugins from other FTP clients + - Support for the SFTP protocol + - A nice traffic graph + - Ability to limit upload and download speed + - Priority and skip lists + - Integrated SFV checksum verifier + - Direct viewing/editing of remote files + - Advanced default "on file exists" action configuration + - Filter displayed files/directories as you type |