zsync
linux
Partial/differential file downloader. HTTPS is not supported - use HTTP URLs only. See also: `rsync`.
More info →Examples (5)
Download a file using a `.zsync` control file
zsync path/to/url.zsyncUse a local file as a seed to avoid re-downloading unchanged parts
zsync -i path/to/existing_file path/to/url.zsyncSave the updated file under a specific name
zsync -i path/to/existing_file -o path/to/new_file path/to/url.zsyncResume a partial download and keep the temporary file
zsync -k path/to/url.zsyncRun in quiet mode with minimal output (no progress bar, download rate, or ETA display)
zsync -q path/to/url.zsyncmade by @shridhargupta | data from tldr-pages