summaryrefslogtreecommitdiff
path: root/ftp/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-06-07 18:38:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-06-07 18:38:09 +0000
commit0a95856432a99676d68afadd78b99bb0ef3c8eac (patch)
tree248c47dc88f9a4045a3d9d40eac64319ef46e30f /ftp/Makefile
parentUpdate to 2.2.2. (diff)
bbFTP is a file transfer software. It implements its own transfer protocol,
which is optimized for large files (larger than 2GB) and secure as it does not read the password in a file and encrypts the connection information. bbFTP main features are: * Encoded username and password at connection * SSH and Certificate authentication modules * Multi-stream transfer * Big windows as defined in RFC1323 * On-the-fly data compression * Automatic retry * Customizable time-outs * Transfer simulation * AFS authentication integration * RFIO interface bbFTP is open-source software, released under the GNU General Public License. It was written by Gilles Farrache at IN2P3 Computing Center in Lyon, France. WWW: http://doc.in2p3.fr/bbftp/index.html PR: ports/98610 Submitted by: Petr Holub <hopet@ics.muni.cz>
Notes
Notes: svn path=/head/; revision=164736
Diffstat (limited to 'ftp/Makefile')
-rw-r--r--ftp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index d62e383c9f7b..5deb25cb0e25 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -7,6 +7,7 @@
SUBDIR += axel
SUBDIR += axelq
SUBDIR += axyftp
+ SUBDIR += bbftp
SUBDIR += bftpd
SUBDIR += bsdftpd-ssl
SUBDIR += cftp