845d64c667
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/
107 lines
2.2 KiB
Makefile
107 lines
2.2 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = FTP client and server utilities
|
|
|
|
SUBDIR += IglooFTP
|
|
SUBDIR += axel
|
|
SUBDIR += axelq
|
|
SUBDIR += axyftp
|
|
SUBDIR += bftpd
|
|
SUBDIR += bsdftpd-ssl
|
|
SUBDIR += cftp
|
|
SUBDIR += cmdftp
|
|
SUBDIR += curl
|
|
SUBDIR += curlpp
|
|
SUBDIR += dmachine
|
|
SUBDIR += downloader
|
|
SUBDIR += emacs-wget
|
|
SUBDIR += emirror
|
|
SUBDIR += fget
|
|
SUBDIR += fmirror
|
|
SUBDIR += frox
|
|
SUBDIR += ftp-tls
|
|
SUBDIR += ftp4all
|
|
SUBDIR += ftpcopy
|
|
SUBDIR += ftpcube
|
|
SUBDIR += ftpd-tls
|
|
SUBDIR += ftpfind
|
|
SUBDIR += ftplib
|
|
SUBDIR += ftplocate
|
|
SUBDIR += ftpmirror
|
|
SUBDIR += ftpproxy
|
|
SUBDIR += ftpq
|
|
SUBDIR += ftpsearch
|
|
SUBDIR += ftptool
|
|
SUBDIR += gftp
|
|
SUBDIR += greed
|
|
SUBDIR += hsftp
|
|
SUBDIR += jftp
|
|
SUBDIR += jftpgw
|
|
SUBDIR += jigdo
|
|
SUBDIR += jmirror
|
|
SUBDIR += junglemonkey
|
|
SUBDIR += kasablanca
|
|
SUBDIR += kbear
|
|
SUBDIR += kftpgrabber
|
|
SUBDIR += kpum
|
|
SUBDIR += kwebget
|
|
SUBDIR += lftp
|
|
SUBDIR += llnlxdir
|
|
SUBDIR += llnlxftp
|
|
SUBDIR += lukemftp
|
|
SUBDIR += mget
|
|
SUBDIR += mirror
|
|
SUBDIR += moftpd
|
|
SUBDIR += muddleftpd
|
|
SUBDIR += ncftp
|
|
SUBDIR += ncftp2
|
|
SUBDIR += ncftp3
|
|
SUBDIR += ncftpd
|
|
SUBDIR += ocaml-ocurl
|
|
SUBDIR += oftpd
|
|
SUBDIR += omi
|
|
SUBDIR += p5-Net-FTP-Common
|
|
SUBDIR += p5-Net-FTPServer
|
|
SUBDIR += p5-POE-Component-Client-FTP
|
|
SUBDIR += paraget
|
|
SUBDIR += pavuk
|
|
SUBDIR += pftpd
|
|
SUBDIR += php4-curl
|
|
SUBDIR += php4-ftp
|
|
SUBDIR += php5-curl
|
|
SUBDIR += php5-ftp
|
|
SUBDIR += proftpd
|
|
SUBDIR += proftpd-mysql
|
|
SUBDIR += profxp
|
|
SUBDIR += proma
|
|
SUBDIR += prozilla
|
|
SUBDIR += puf
|
|
SUBDIR += pure-ftpd
|
|
SUBDIR += py-curl
|
|
SUBDIR += quftp
|
|
SUBDIR += rexx-curl
|
|
SUBDIR += ruby-curl
|
|
SUBDIR += sftp
|
|
SUBDIR += spegla
|
|
SUBDIR += tftp-hpa
|
|
SUBDIR += tnftp
|
|
SUBDIR += tnftpd
|
|
SUBDIR += twoftpd
|
|
SUBDIR += urlgfe
|
|
SUBDIR += vcheck
|
|
SUBDIR += vsftpd
|
|
SUBDIR += wget
|
|
SUBDIR += wget-devel
|
|
SUBDIR += wgetpro
|
|
SUBDIR += wmget
|
|
SUBDIR += wput
|
|
SUBDIR += wu-ftpd
|
|
SUBDIR += wu-ftpd+ipv6
|
|
SUBDIR += wzdftpd
|
|
SUBDIR += xrmftp
|
|
SUBDIR += yafc
|
|
SUBDIR += yale-tftpd
|
|
|
|
.include <bsd.port.subdir.mk>
|