diff options
author | ijliao <ijliao@FreeBSD.org> | 2005-01-16 16:28:13 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2005-01-16 16:28:13 +0800 |
commit | 86230856813f6c89beb9876f40752f93365ad427 (patch) | |
tree | b69d591a8bb655d5a9ad2069bf58f51e0d5a7a9d /net/zsync/pkg-descr | |
parent | 799f61848bdc301c42562fc0ea2d682ad61ed38b (diff) | |
download | freebsd-ports-graphics-86230856813f6c89beb9876f40752f93365ad427.tar.gz freebsd-ports-graphics-86230856813f6c89beb9876f40752f93365ad427.tar.zst freebsd-ports-graphics-86230856813f6c89beb9876f40752f93365ad427.zip |
add zsync 0.1.6
A file transfer program
PR: 76300
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
Diffstat (limited to 'net/zsync/pkg-descr')
-rw-r--r-- | net/zsync/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/zsync/pkg-descr b/net/zsync/pkg-descr new file mode 100644 index 00000000000..f3507542b4d --- /dev/null +++ b/net/zsync/pkg-descr @@ -0,0 +1,17 @@ +zsync is a file transfer program. It allows you to download a file from +a remote web server, where you have a copy of an older version of the +file on your computer already. zsync downloads only the new parts of the +file. It uses the same algorithm as rsync. + +zsync does not require any special server software or a shell account on +the remote system (rsync, in comparison, requires that you have an rsh +or ssh account, or that the remote system runs rsyncd). Instead, it uses +a control file - a .zsync file - that describes the file to be +downloaded and enables zsync to work out which blocks it needs. This +file can be created by the admin of the web server hosting the download, +and placed alongside the file to download - it is generated once, then +any downloaders with zsync can use it. Alternatively, anyone can +download the file, make a .zsync and provide it to other users (this is +what I am doing for the moment). + +WWW: http://zsync.moria.org.uk/ |