diff options
author | pav <pav@FreeBSD.org> | 2006-06-08 02:38:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-08 02:38:09 +0800 |
commit | eb28b8e1525feb4b6bedba15f11d76271320eef4 (patch) | |
tree | 1a919e4f37586659cc32a3377309e797e7ddeb47 /ftp/Makefile | |
parent | 695747169ebaae0c74834926a68e8af5213f28be (diff) | |
download | freebsd-ports-gnome-eb28b8e1525feb4b6bedba15f11d76271320eef4.tar.gz freebsd-ports-gnome-eb28b8e1525feb4b6bedba15f11d76271320eef4.tar.zst freebsd-ports-gnome-eb28b8e1525feb4b6bedba15f11d76271320eef4.zip |
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>
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 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 |