| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Asked by: pav
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
task ID.
2) Consistently use "%d" instead of "%ld" for formatting int32_t values.
This results in printing the same (correct) numbers on amd64 as they appear
on i386.
Use correct type for arguments in uftp.h:logfunc(...).
Bump PORTREVISION.
|
|
|
|
| |
Asked for: gnn @ IRC, approved by erwin.
|
| |
|
|
|
|
| |
No objection from maintainer.
|
|
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)
|