Bug 76300 - New port: net/zsync
Summary: New port: net/zsync
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-16 01:40 UTC by Gea-Suan Lin
Modified: 2005-01-16 08:28 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.56 KB, text/plain)
2005-01-16 01:40 UTC, Gea-Suan Lin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gea-Suan Lin 2005-01-16 01:40:21 UTC
	New port: net/zsync

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/
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2005-01-16 08:28:49 UTC
State Changed
From-To: open->closed

committed, thanks