diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-08-18 22:44:47 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-08-18 22:44:47 +0000 |
commit | 845d64c66765d34b1a0f75707ce59bbd1035d5d9 (patch) | |
tree | b6d3af546dd19601515bbd508ff89f55a7f80dc3 /ftp/Makefile | |
parent | Upgrade to 0.97a: bugs fix release + doc. reorganization. (diff) |
Add kftpgrabber 0.4.0, a graphical ftp client for KDE.
Features:
o multiple FTP sessions (tabs)
o transfer queue
o TLS/SSL support for encrypted connections
o partial X509 certificate support for authentication
o FXP transfer support (site-to-site)
o OTP (one time password) support - s/key, md5, rmd160, sha1
o drag and drop support
o site bookmarking
o encrypted bookmark support (password can be saved to KWallet)
o distributed FTP support (PRET)
o SSCN and CPSV support
o skiplist
WWW: http://kftpgrabber.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=116632
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index f4dbd386419a..08199982cd9d 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -43,6 +43,7 @@ SUBDIR += junglemonkey SUBDIR += kasablanca SUBDIR += kbear + SUBDIR += kftpgrabber SUBDIR += kpum SUBDIR += kwebget SUBDIR += lftp |