diff options
author | markus <markus@FreeBSD.org> | 2004-08-19 06:44:47 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-08-19 06:44:47 +0800 |
commit | 3cec3f0b702f33b9665e6f701cd1bb934b7ada6a (patch) | |
tree | 5257685b11f1689948fe153228990ef9d7b6ccfd /ftp/Makefile | |
parent | 92b7c402de2b133261c7d021c3daebc974f5f63f (diff) | |
download | freebsd-ports-gnome-3cec3f0b702f33b9665e6f701cd1bb934b7ada6a.tar.gz freebsd-ports-gnome-3cec3f0b702f33b9665e6f701cd1bb934b7ada6a.tar.zst freebsd-ports-gnome-3cec3f0b702f33b9665e6f701cd1bb934b7ada6a.zip |
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/
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 |