diff options
author | wxs <wxs@FreeBSD.org> | 2008-06-05 09:53:43 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-06-05 09:53:43 +0800 |
commit | c3cbe0cf2977620618d96a4511682d83ca473b7c (patch) | |
tree | 46924e2d96a3254d8fa1a133a825f0cbe7a39522 /ftp/Makefile | |
parent | 53896c6f5b1f52259fab56fef6517e0b9aad4046 (diff) | |
download | freebsd-ports-gnome-c3cbe0cf2977620618d96a4511682d83ca473b7c.tar.gz freebsd-ports-gnome-c3cbe0cf2977620618d96a4511682d83ca473b7c.tar.zst freebsd-ports-gnome-c3cbe0cf2977620618d96a4511682d83ca473b7c.zip |
UFTP is a multicast file transfer program, utilizing a protocol
based on Starburst MFTP. It is designed to reliably and efficiently
transfer files to multiple receivers simultaneously, where either
the intended receivers can be specified beforehand, or receivers
can join the transfer when it is initiated. This is useful for
distributing large files to a large number of receivers, and is
especially useful for data distribution over a satellite link (with
two way communication), where the inherent delay makes any TCP based
communication terribly inefficient.
http://www.tcnj.edu/~bush/uftp.html
Submitted by: gnn (private email/IRC)
Approved by: garga (mentor)
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 100ca49c8c3f..595bb800dad8 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -101,6 +101,7 @@ SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd + SUBDIR += uftp SUBDIR += urlgfe SUBDIR += vsftpd SUBDIR += waiho |